Build intelligence
Indexing
Postgres full-text index today; semantic search next.
Indexing prepares normalized items for retrieval. After ingest, Aevico writes a Postgres full-text index over title, summary, and body so Search does not scan raw source payloads.
Flow
Source → acquire → normalize → Postgres FTS index → search / monitor
Without an index, every query would re-process source text. With it, PolySearch returns ranked snippets from items you already own.
Semantic retrieval, embeddings, and vector similarity are coming soon. They are not part of the live index.
- Search
- IntelligencePolyIntel / PolyRAG next.
- Normalize data
32 articles on this site. Engineering notes on GitHub.
