Coderag

Created at 7 days ago

by packages

starstarstarstarstar

Categories

developer-tools

Tags

coderag

code-search

AI-assistant

what is CodeRAG?

CodeRAG is a lightning-fast hybrid code search tool designed for AI assistants, enabling efficient code searching and indexing without external dependencies.

how to use CodeRAG?

To use CodeRAG, you can either run it as an MCP server using the command npx @sylphx/coderag-mcp --root=/path/to/project or install it as a library with npm install @sylphx/coderag and integrate it into your project.

key features of CodeRAG?

  • Hybrid search combining TF-IDF and vector embeddings for accurate results.
  • Fast indexing of 1000-2000 files per second with SQLite persistence for instant startup.
  • Real-time index updates with file watching and incremental updates.

use cases of CodeRAG?

  1. Assisting AI tools in searching codebases efficiently.
  2. Providing instant search results for large codebases in development environments.
  3. Enhancing code navigation and understanding for developers.

FAQ from CodeRAG?

  • Does CodeRAG require external services?

No, CodeRAG operates with zero external dependencies.

  • How fast is the search functionality?

CodeRAG offers search latency of less than 50ms, even on large codebases.

  • Can I use CodeRAG offline?

Yes, CodeRAG supports offline usage.

View More