AnswerDotAI / AnswerDotAI/byaldi
Decouple inference and indexing
Open
enhancement
- Dominant language
- Python
- Stars
- 851
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
We have infra to host the model and I’m looking to just host an “indexing service” that calls the hosted model instead of running inference “locally”. This decouples the “stateless” services (the model) with the stateful services (storing/loading indexes) and has other benefits (ie easier to scale the model to more replicas).
I’d love to reuse byaldi for the indexing logic (have to write my own from scratch otherwise), but the current implementation is pretty tightly coupled.
Do you see this as something byaldi would support, or is this out of scope?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.