diff --git a/README.md b/README.md
index eec9acae..33bca68b 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@ Our goal is to create a fast, extendable platform for data indexing and querying
- Fast streaming indexing pipeline with async, parallel processing
- Experimental query pipeline
-- Integrations with OpenAI, Groq, Redis, Qdrant, FastEmbed, and Treesitter
+- Integrations with OpenAI, Groq, Redis, Qdrant, Ollama, FastEmbed, and Treesitter
- A variety of loaders, transformers, semantic chunkers, embedders, and more
- Bring your own transformers by extending straightforward traits or use a closure
- Splitting and merging pipelines
@@ -149,7 +149,7 @@ Our goal is to create a fast, extendable platform for data indexing and querying
| **Feature** | **Details** |
| -------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| **Supported Large Language Model providers** | OpenAI (and Azure) - All models and embeddings
AWS Bedrock - Anthropic and Titan
Groq - All models |
+| **Supported Large Language Model providers** | OpenAI (and Azure) - All models and embeddings
AWS Bedrock - Anthropic and Titan
Groq - All models
Ollama - All models |
| **Loading data** | Files
Scraping
Other pipelines and streams |
| **Transformers and metadata generation** | Generate Question and answerers for both text and code (Hyde)
Summaries, titles and queries via an LLM
Extract definitions and references with tree-sitter |
| **Splitting and chunking** | Markdown
Code (with tree-sitter) |