From 7de0829c2a5e7f7b75175279f04b6aa9f8ebb863 Mon Sep 17 00:00:00 2001 From: "Michael K. Alber" Date: Sun, 26 Apr 2026 17:03:53 -0700 Subject: [PATCH] docs: remove SSIS from collections list and update count to 20 Co-Authored-By: Claude Sonnet 4.6 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9caed4..be0ed85 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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 | |-----------|-----------|-------------------| @@ -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.