From 73d1649ca8427aa69170f6451eac55316581ed9a Mon Sep 17 00:00:00 2001 From: Timon Vonk Date: Wed, 7 Aug 2024 17:04:00 +0200 Subject: [PATCH] docs(README): Add Ollama support to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) |