simbase icon indicating copy to clipboard operation
simbase copied to clipboard

A vector similarity database

Results 8 simbase issues
Sort by recently updated
recently updated
newest added

Could you please help me with a starter code for my use case) I want to store in vector similarity db `key:` **sentenceID** `value:` **vector**. Examples: `id_1 [0.06284283101558685, 0.046207964420318604, 0.0053909290581941605,...

Is it possible to print actual distance between the vectors instead of ranking them ? I mean, when comparing two vectors and the results is 0.3 (30% of similarity). If...

Recommendation query seems to be allowed to the only registered vectors. I think, when registering new vector (vadd command) all comparison calculation is performed (O(n)), and when querying recommendations, pre-caculated...

enhancement
discussion

I'm very happy to see open source Vector Database! Simbase is great for me, thanks :D I have a question (or maybe new feature request..) Supported similarity(score) functions are "cosinesq"...

enhancement

When dealing with the scenario of personalized recommendation, the user profile vector set usually are very large, for example ~10m vectors or even above. We take 10m vectors as a...

enhancement
discussion

API still need to be discussed.

enhancement
discussion

The server layer is rooted from http-kit, and we need refactor the code to reach a better quality.

enhancement

The commands can be inferred from engine. we can introduce some annotation and automatically create command by reflection or codegen.

enhancement