Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The pipeline has three separate processes. `convert` is a one-time GPU step that
- **Local embeddings** β€” Ollama with snowflake-arctic-embed2 (1024 dimensions, 8K context)
- **Dual vector store** β€” Qdrant (primary) or ChromaDB (Docker-free fallback)
- **Incremental updates** β€” SHA-256 hashing skips unchanged files
- **21 curated collections** β€” covering .NET, Python, Rust, architecture, security, AI/ML, edge, robotics, and more
- **20 curated collections** β€” covering .NET, Python, Rust, architecture, security, AI/ML, edge, robotics, and more
- **Private collections** β€” add your own sources via user config without touching the project
- **Layered configuration** β€” project `config.toml` deep-merged with `~/.config/grounded-code-mcp/config.toml`

Expand Down Expand Up @@ -281,7 +281,7 @@ get_source_info(

## Collections

21 curated collections covering the domains I work in. Each maps a `sources/` subdirectory to a collection name.
20 curated collections covering the domains I work in. Each maps a `sources/` subdirectory to a collection name.

| Directory | Collection | What belongs here |
|-----------|-----------|-------------------|
Expand All @@ -304,7 +304,6 @@ get_source_info(
| `sources/langsmith` | `langsmith` | LangSmith β€” tracing, evaluation, datasets, prompt engineering |
| `sources/langchain` | `langchain` | LangChain LCEL, chains, agents, retrievers, RAG patterns |
| `sources/langgraph` | `langgraph` | LangGraph β€” state machines, agent graphs, multi-agent orchestration |
| `sources/ssis` | `ssis` | SQL Server Integration Services β€” packages, control flow, deployment |
| `sources/api-design` | `api_design` | REST API design β€” Zalando, Google AIP, Microsoft guidelines |

Add private collections in `~/.config/grounded-code-mcp/config.toml` β€” they merge with the project list, not replace it.
Expand Down
Loading