Skip to content

Commit

Permalink
Merge pull request #3445 from jennifertrin/jt/add-vector-db-in-memory
Browse files Browse the repository at this point in the history
docs: add client-vector-search as a vector db option
  • Loading branch information
jennifertrin authored Sep 10, 2024
2 parents 0fbe034 + 76522cf commit c993ef0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/developer-docs/ai/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Several community projects that showcase how to use AI on ICP are available.

- [Vectune](https://github.com/ClankPan/Vectune): Vectune is a lightweight VectorDB with incremental indexing, based on FreshVamana written in Rust.
See [a forum post](https://forum.dfinity.org/t/worlds-largest-web3-vector-database/33309) that explains how it works.
- [Client-Vector-Search](https://github.com/yusufhilmi/client-vector-search): Client-Vector-Search is a client side vector search library that can embed, store, search, and cache vectors.
[Cipher-AI-Vault](https://forum.dfinity.org/t/introducing-cipher-ai-vault-a-fully-sandboxed-ai-demo-w-memory/34803) has a [working example](https://github.com/supaIC/Cipher-AI-Vault/tree/main/frontend/frontend/hooks/client-vector-search) of the library running in an ICP canister.

#### Developed on ICP
- [ArcMind Vector DB](https://github.com/arcmindai/arcmindvector): A vector database that supports text, image, and audio embedding.
Expand Down

0 comments on commit c993ef0

Please sign in to comment.