Retrieval Pipeline
Rosetta’s RAG system retrieves relevant evidence before response generation.
Flow
- Chunk source documents
- Generate embeddings
- Store vectors with metadata
- Retrieve top-k matches
- Re-rank and pass context to generation
Retrieval Controls
- Source filters
- Date windows
- Relevance thresholds
Last updated on