Skip to content

Commit 80e30ec

Browse files
committed
feat: Added Ollama Integration
- Update integrations on the main page
1 parent d23953f commit 80e30ec

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

docs/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ ChromaDB.
2525
- [Docker Compose](running/running-chroma.md#docker-compose-cloned-repo) - Running ChromaDB in Docker Compose
2626
- [Kubernetes](running/running-chroma.md#minikube-with-helm-chart) - Running ChromaDB in Kubernetes (Minikube)
2727

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+
2834
## The Ecosystem
2935

3036
### Clients

docs/integrations/langchain/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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

docs/integrations/llamaindex/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Chroma Integrations With LlamaIndex
2+
3+
- [Embeddings](embeddings.md) - learn how to use LlamaIndex embeddings functions with Chroma and vice versa

docs/integrations/ollama/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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

0 commit comments

Comments
 (0)