#142 · Primary category: Knowledge Base & RAG

korvus

ai embeddings javascript llm ml python rag search sql

Korvus is a search SDK that unifies the entire RAG pipeline in a single database query. Built on top of Postgres with bindings for Python, JavaScript, Rust and C.

Project last updated:01/31/25

GitHub Stars

1.5K

Forks

48

Contributors

3

License

MIT

Why we included this project

If your stack already runs on Postgres, Korvus keeps RAG inside that same database. A single SQL query handles embedding generation, vector search, reranking, and summarization, so you don't need to wire together a separate vector store, embedding service, and reranker. It ships official SDKs for Python, JavaScript, Rust, and C, which makes it easy to drop into most existing codebases. Because the pipeline lives in Postgres, you avoid adding a whole extra infrastructure tier for vector search and keep chunking and retrieval close to your data. For teams that want a self-hosted, database-centric approach to retrieval-augmented generation, this is a pragmatic starting point.

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