@code-rag/core
v0.1.10
Published
Core library for CodeRAG — intelligent codebase context engine with AST parsing, embeddings, and hybrid search
Maintainers
Readme
@code-rag/core
Core library for CodeRAG -- intelligent codebase context engine for AI coding agents.
Includes ingestion pipeline (Tree-sitter AST), embedding providers, vector storage (LanceDB), hybrid search (semantic + BM25), dependency graph, and context assembly.
Installation
npm install @code-rag/coreDocumentation
See the main repository for full documentation.
License
MIT
