7 ms·
The hybrid search scoring is really well thought out. One question: are the 0.4/0.4/0.2 weights fixed or configurable? To me it feels like different use cases w
by eitanlebras 5mo ago
The hybrid search scoring is really well thought out. One question: are the 0.4/0.4/0.2 weights fixed or configurable? To me it feels like different use cases would want different balances (e.g. a coding assistant would want higher recency weights than a research tool would).
- jeeybee 5mo agoThe 0.4/0.4/0.2 weights are just based of hand wavy trail an error, will look into other options. I could make them configurable?
- eitanlebras 5mo agoI think that'd be cool, maybe just a simple config option in pyproject.toml or a .rekal/config.yml would cover most use cases: they could default to 0.4/0.4/0.2 but could be overriden.
- jeeybee 5mo agoAdded a mcp command for it, but i might add it as a comfig as well? https://github.com/janbjorge/rekal/pull/14/changes https://github.com/janbjorge/rekal/pull/14/changes
- eitanlebras 5mo agoNice! Yeah, maybe adding it as a quick config could be very helpful to embed it into Rekal's structure.