Skip to content

Commit

Permalink
chore: fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifertrin committed Sep 9, 2024
1 parent cb0d771 commit 76522cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer-docs/ai/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +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 A client side vector search library that can embed, store, search, and cache vectors.
Cipher-AI-Vault 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.
- [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 76522cf

Please sign in to comment.