Problem
You need sub-10 ms retrieval and instant index updates without heavy infrastructure.Architecture
- Index once; query in sub-10 ms
- Optional background sync to cloud
- Query pipeline: text -> embed -> retrieve -> rerank (optional)
Prerequisites
- Node.js 16+ or Python 3.8+
- Moss credentials:
MOSS_PROJECT_ID,MOSS_PROJECT_KEY - An index to query (create
faqsvia the Quickstart if you don’t have one yet)
Steps
Ensure the index exists
Ensure the index exists (see Quickstart to create
faqs).