File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,9 +93,9 @@ cat ~/.config/dfx/identity/default/wallets.json
93
93
94
94
- [x] Backend - Research and implement primary canister as long-term VectorStore with Nearest Neighbours distance metric, embedding API and indexing
95
95
- [x] Backend - Integrate with ArcMind AI Autonomous Agent for long-term memory
96
- - [ ] Doc - Add documentation for the VectorStore API
97
- - [ ] Backend - Self-hosted machine learning models for generating text (NLP), image and audio embeddings
98
- - [ ] Backend - Scalable storage buckets for large-scale vector data beyond the canister storage limit
96
+ - [ ] Doc - Add documentation for the VectorStore API
97
+ - [ ] Backend - Self-hosted machine learning models for generating text (NLP), image and audio embeddings
98
+ - [ ] Backend - Scalable storage buckets for large-scale vector data beyond the canister storage limit
99
99
100
100
## License
101
101
@@ -113,7 +113,7 @@ Code & Architecture: Henry Chan, [henry@arcmindai.app](mailto:henry@arcmindai.ap
113
113
114
114
- [ Internet Computer] ( https://internetcomputer.org )
115
115
- [ Cloudflare - What is a Vector Database?] ( https://developers.cloudflare.com/vectorize/reference/what-is-a-vector-database/ )
116
- - [ RAG] (https://arxiv.org/abs/2005.11401 )
116
+ - [ RAG] ( https://arxiv.org/abs/2005.11401 )
117
117
- [ Open-source vector similarity search for Postgres] ( https://github.com/pgvector/pgvector )
118
118
- [ Spotify Annoy Library - Approximate Nearest Neighbors in C++/Python] ( https://github.com/spotify/annoy )
119
119
- [ What is similarity Search] ( https://www.pinecone.io/learn/what-is-similarity-search/ )
You can’t perform that action at this time.
0 commit comments