SharpVector
SharpVector copied to clipboard
Lightweight In-memory Text Vector Database to embed in any .NET Applications
I have some Chinese content import to the vector db, but it cannot be searched. English content is no problem. Is it not support Chinese content search?
Create an in-browser SharpVector Playground where you can write C# code and execute it in the web browser to easily test out Build5Nines.SharpVector.
Is there a way to provide embeddings instead of text (`AddText[Async]`)? I'm using OpenAI embeddings, I've seen `OpenAIMemoryVectorDatabase`, but if I understand correctly it requests embedding for each text, and...