How Semantic Search Works
Understanding BrainTube's hybrid search combining semantic, keyword, and graph-enhanced retrieval.
BrainTube uses a sophisticated multi-phase search system that goes far beyond simple keyword matching.
Hybrid Search
BrainTube combines two search approaches:
- Semantic search (70%) — Understands the meaning of your query using vector embeddings
- Keyword search / BM25 (30%) — Matches exact terms and phrases
The Search Pipeline
For complex queries, BrainTube uses a 6-phase Graph-Enhanced Search:
- Query Routing — AI classifies your query to determine the best search strategy
- BM25 (Keyword) — Fast text matching against titles, summaries, and transcripts
- PageIndex — Checks pre-indexed important items
- Semantic + HyPE — Vector similarity enhanced with Hypothetical Passage Embedding
- GraphRAG — Traverses the Knowledge Graph to find connected content
- CRAG (Corrective RAG) — Validates and re-ranks results for accuracy
Search Tips
- Natural language works best: "What did I learn about React hooks?"
- Quotes for exact matching: "useEffect cleanup"
- Entity names for people/tools: search by name
- Broad concepts for exploration
Search vs. Brain Chat
| Feature | Search | Brain Chat |
|---|---|---|
| Speed | Instant | 5-10 seconds |
| Depth | Surface-level | Deep analysis with citations |
| Scope | Entire corpus | Scoped to one brain |
| Cost | Free | 1 credit per query |
Still need help? Email support.