PlotSeekerAI
AI-Powered Book Discovery Engine
A self-contained book discovery platform that uses AI-powered semantic search to match readers with books based on meaning, not just keywords. Built around a local catalog of 45k+ titles so every query is fast and independent of external APIs.
- Three-layer hybrid search: pgvector semantics, trigram fuzzy match, and full-text — merged by weighted score.
- search_cache stores AI embeddings to skip redundant OpenAI calls on repeat queries.
- Local catalog of 45k+ books with vector embeddings and ISBN-to-affiliate mappings.

