Skip to content

Commit b234dd1

Browse files
committed
doc: fix formatting
1 parent a7557da commit b234dd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ cat ~/.config/dfx/identity/default/wallets.json
9393

9494
- [x] Backend - Research and implement primary canister as long-term VectorStore with Nearest Neighbours distance metric, embedding API and indexing
9595
- [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
9999

100100
## License
101101

@@ -113,7 +113,7 @@ Code & Architecture: Henry Chan, [henry@arcmindai.app](mailto:henry@arcmindai.ap
113113

114114
- [Internet Computer](https://internetcomputer.org)
115115
- [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)
117117
- [Open-source vector similarity search for Postgres](https://github.com/pgvector/pgvector)
118118
- [Spotify Annoy Library - Approximate Nearest Neighbors in C++/Python](https://github.com/spotify/annoy)
119119
- [What is similarity Search](https://www.pinecone.io/learn/what-is-similarity-search/)

0 commit comments

Comments
 (0)