This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ingestion ──────────────────── query ────────────────── | |
| ┌─────┐ ┌─────┐ | |
| │ │ │ │ | |
| Enterprise: git── ▼ ▼ ── pgvector ──▶ search ──▶ ▼ ── chunks back | |
| (work) clone cloud-embed (vector/text/ (reconstruct | |
| model hybrid) from overlap) | |
| Demo: crawl ▼ ▼ ── pgvector ──▶ MCP ──▶ ▼ ── rerank ──▶ generate | |
| (this) + local mxbai tool query │ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ┌──────────────────────────────┐ | |
| │ API Gateway / orchestrator │ | |
| │ (its own repo, FastAPI) │ | |
| └──────────────────────────────┘ | |
| │ │ │ │ | |
| ┌─────────────┘ │ │ └───────────┐ | |
| ▼ ▼ ▼ ▼ | |
| ┌──────────────┐ ┌─────────────────┐ ┌──────────────────┐ | |
| │ search-svc │ │ rerank-svc │ │ generation-svc │ | |
| │ (separate │ │ (separate repo) │ │ (separate repo) │ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INGESTION (one-time per corpus): | |
| crawler preprocessor structure-aware mxbai-embed-large | |
| (HTML + PDF) ──▶ (source- ──▶ chunker ──▶ (local, 1024-dim) | |
| specific) (preserves | |
| table colspan | |
| /rowspan) | |
| │ | |
| ▼ | |
| ┌───────────────┐ |