Code intelligence, grounded in your repository

Understand any codebase. Ask RepoMind.

Trace behavior, find symbols, and investigate architecture with cited answers that jump directly to the code.

repomind-core / workspace● Index ready

Ask RepoMind

How does hybrid search rank code?

The retrieval pipeline combines lexical and vector candidates with reciprocal-rank fusion, then expands high-confidence symbols through the dependency graph.

hybrid.ts:84–112
Results are deduplicated by chunk identity before the final relevance sort.

For investigative queries, neighboring callers and callees are added within a bounded graph depth.

8 sources94% confidence1.8s

Repository-first intelligence

From Git URL to explainable answers.

01

Connect

Add a public or private GitHub repository.

02

Index

AST-aware chunks, symbols, embeddings, and relationships.

03

Understand

Ask questions with answers grounded in exact source lines.

Designed for trust

Every answer has a path back to source.

RepoMind keeps retrieval visible: strategy, files, symbols, timing, and exact line citations are first-class product data.

Hybrid retrieval

Vector, lexical, graph, and reranking strategies.

Code graph

Explore callers, callees, imports, and symbol relationships.

Commit-aware

Every index is tied to branch and commit metadata.

Evaluation built in

Measure hit rate, citation quality, latency, and confidence.