korvus
korvus copied to clipboard
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.
Hi, I've commited to building my AI apps using TypeScript, so I'd love to see a TypeScript SDK for Korvus.
async def main(): collection = Collection("test_collection") pipeline = Pipeline( "v3", { "text": { "splitter": {"model": "recursive_character"}, "semantic_search": { "model": "mixedbread-ai/mxbai-embed-large-v1", }, "full_text_search": {"configuration": "english"}, } } ) await collection.add_pipeline(pipeline) documents...
There is lacking documentation for the following steps in the setup of korvus in order to run the example scripts: #### 1. When using a Hugging Face model in a...
Add PHP
Surprisingly large number of AI adjacent projects using PHP mostly on laravel, probably because of the large installed base, I’d love a PHP binding
Hi! My Korvus Cloud pipeline is stuck with a worker error (os error 11) even after creating a new server. Database: pgml_xb9wszjbked8ued — could someone restart the worker or take...
Hello, I'm facing the weird situation that this query generated by korvus returns 6 rows with limit 6 and 0 rows with limit 5. ```sql with "pipeline" ("schema") as (...
Hi great product; I was unsure where to put this but it would be cool to add base url /api key for model config in pipeline that way we can...
Please add support for .net