cli/pkg
Snider b9f44cd03a feat(rag): add Go RAG implementation with Qdrant + Ollama
Add RAG (Retrieval Augmented Generation) tools for storing documentation
in Qdrant vector database and querying with semantic search. This replaces
the Python tools/rag implementation with a native Go solution.

New commands:
- core rag ingest [directory] - Ingest markdown files into Qdrant
- core rag query [question] - Query vector database with semantic search
- core rag collections - List and manage Qdrant collections

Features:
- Markdown chunking by sections and paragraphs with overlap
- UTF-8 safe text handling for international content
- Automatic category detection from file paths
- Multiple output formats: text, JSON, LLM context injection
- Environment variable support for host configuration

Dependencies:
- github.com/qdrant/go-client (gRPC client)
- github.com/ollama/ollama/api (embeddings API)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 07:42:07 +00:00
..
agentic feat(errors): Unify errors and logging (#180) 2026-02-02 06:48:40 +00:00
build feat(build): add tar.xz support and unified installer scripts 2026-02-03 07:00:52 +00:00
cache docs(audit): add dependency security audit report (#248) 2026-02-02 08:04:26 +00:00
cli feat(cli): CLI enhancements (#182) 2026-02-02 07:48:34 +00:00
container docs(audit): add dependency security audit report (#248) 2026-02-02 08:04:26 +00:00
devops docs(audit): add dependency security audit report (#248) 2026-02-02 08:04:26 +00:00
errors feat(errors): Unify errors and logging (#180) 2026-02-02 06:48:40 +00:00
framework fix(core): add thread-safety to global Core instance (#95) 2026-02-01 16:03:44 +00:00
git feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
help feat: Batch implementation of Gemini issues (#176) 2026-02-02 04:20:18 +00:00
i18n feat(rag): add Go RAG implementation with Qdrant + Ollama 2026-02-03 07:42:07 +00:00
io feat: CI improvements and release channels (#266) 2026-02-03 03:52:09 +00:00
log feat(log): Logging enhancements (#181) 2026-02-02 07:44:29 +00:00
mcp feat(log): Logging enhancements (#181) 2026-02-02 07:44:29 +00:00
process docs(process): add docstrings to Logger interface methods (#97) 2026-02-01 16:12:01 +00:00
rag feat(rag): add Go RAG implementation with Qdrant + Ollama 2026-02-03 07:42:07 +00:00
release docs(audit): add dependency security audit report (#248) 2026-02-02 08:04:26 +00:00
repos docs(audit): add dependency security audit report (#248) 2026-02-02 08:04:26 +00:00