#95 · Primary category: Inference & Local Deploy

sie

bge colbert data-pipeline deep-learning embeddings inference inference-server information-retrieval llm ml mlops natural-language-processing nlp python reranking retrieval retrieval-augmented-generation semantic-search splade vector-search

Open-source inference server and production cluster for all the models your agent needs.

Project last updated:08/27/26

GitHub Stars

2.9K

Forks

287

Contributors

8

License

Apache-2.0

Why we included this project

Most self-hosted inference servers are built around one large model per instance, which gets awkward when an agent actually needs several smaller models for different steps. SIE flips that: a single cluster pulls whatever model a task needs out of a catalog of over 100 options, loading it on demand and using LRU eviction to keep the ones you are actively using warm on the same hardware. Its OpenAI-compatible endpoints for embeddings and chat completions cover the standard agent calls, while the native encode, score, and extract primitives handle retrieval jobs directly, so it slots into LangChain, LlamaIndex, Haystack, and DSPy pipelines without adding a new abstraction layer. The same image runs on a laptop and in Kubernetes, so a small team can validate on one node and then move to a load-balanced, autoscaled setup without rewriting the serving layer. If you are tired of standing up a separate model server per task and paying per-token API costs on top, this is one central endpoint worth evaluating.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category