Skip to content

Commit eef1c96

Browse files
committed
docs: highlight support for multiple embedding models
* Add support for Gemini, Azure OpenAI, and other embedding models to key features * Improve readability and appeal of key features section
1 parent 9179397 commit eef1c96

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ A MCP server for fetching and searching 3rd party package documentation.
44

55
## ✨ Key Features
66

7-
- 🌐 **Scrape & Index:** Fetch documentation from web sources or local files.
8-
- 🧠 **Smart Processing:** Utilize semantic splitting and OpenAI embeddings for meaningful content chunks.
9-
- 💾 **Efficient Storage:** Store data in SQLite, leveraging `sqlite-vec` for vector search and FTS5 for full-text search.
10-
- 🔍 **Hybrid Search:** Combine vector and full-text search for relevant results across different library versions.
11-
- ⚙️ **Job Management:** Handle scraping tasks asynchronously with a robust job queue and management tools (MCP & CLI).
12-
- 🐳 **Easy Deployment:** Run the server easily using Docker or npx.
7+
- 🌐 **Versatile Scraping:** Fetch documentation from diverse sources like websites, GitHub, npm, PyPI, or local files.
8+
- 🧠 **Intelligent Processing:** Automatically split content semantically and generate embeddings using your choice of models (OpenAI, Google Gemini, Azure OpenAI, AWS Bedrock, Ollama, and more).
9+
- 💾 **Optimized Storage:** Leverage SQLite with `sqlite-vec` for efficient vector storage and FTS5 for robust full-text search.
10+
- 🔍 **Powerful Hybrid Search:** Combine vector similarity and full-text search across different library versions for highly relevant results.
11+
- ⚙️ **Asynchronous Job Handling:** Manage scraping and indexing tasks efficiently with a background job queue and MCP/CLI tools.
12+
- 🐳 **Simple Deployment:** Get up and running quickly using Docker or npx.
1313

1414
## Overview
1515

0 commit comments

Comments
 (0)