client-vector-search icon indicating copy to clipboard operation
client-vector-search copied to clipboard

A client side vector search library that can embed, store, search, and cache vectors. Works on the browser and node. It outperforms OpenAI's text-embedding-ada-002 and is way faster than Pinecone and...

Results 3 client-vector-search issues
Sort by recently updated
recently updated
newest added

Related to #9. Allow the `.update()` method to update only attributes other than embedding. Also, I noticed that due to the fact that `findVectorIndex` only returns the first matching element,...

I hope to implement a functionality similar to **soft delete**. The approach would involve directly updating certain attributes of the object, such as setting `deleted` to `true`. However, the current...

bug

## Data Partitioning in IndexedDB Operations This pull request introduces a significant feature to our library: Data Partitioning in IndexedDB operations. This enhancement is aimed at improving performance and efficiency...