Commit 80e30ec 1 parent d23953f commit 80e30ec Copy full SHA for 80e30ec
File tree 5 files changed +17
-0
lines changed
5 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,12 @@ ChromaDB.
25
25
- [ Docker Compose] ( running/running-chroma.md#docker-compose-cloned-repo ) - Running ChromaDB in Docker Compose
26
26
- [ Kubernetes] ( running/running-chroma.md#minikube-with-helm-chart ) - Running ChromaDB in Kubernetes (Minikube)
27
27
28
+ ## Integrations
29
+
30
+ - ✨[ LangChain] ( integrations/langchain/index.md ) - Integrating ChromaDB with LangChain
31
+ - ✨[ LlamaIndex] ( integrations/llamaindex/index.md ) - Integrating ChromaDB with LlamaIndex
32
+ - ✨[ Ollama] ( integrations/ollama/index.md ) - Integrating ChromaDB with Ollama
33
+
28
34
## The Ecosystem
29
35
30
36
### Clients
Original file line number Diff line number Diff line change
1
+ # Chroma Integrations With LangChain
2
+
3
+ - [ Embeddings] ( embeddings.md ) - learn how to use Chroma Embedding functions with LC and vice versa
4
+ - [ Retrievers] ( retrievers.md ) - learn how to use LangChain retrievers with Chroma
Original file line number Diff line number Diff line change
1
+ # Chroma Integrations With LlamaIndex
2
+
3
+ - [ Embeddings] ( embeddings.md ) - learn how to use LlamaIndex embeddings functions with Chroma and vice versa
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ # Chroma Integrations With Ollama
2
+
3
+ - [ Embeddings] ( embeddings.md ) - learn how to use Ollama as embedder for Chroma documents
4
+ - ✨` Coming soon ` RAG with Ollama - a primer on how to build a simple RAG app with Ollama and Chroma
You can’t perform that action at this time.
0 commit comments