Expand description
CPU-optimized text-based context retrieval with scoring
Provides parallel processing capabilities using rayon for efficient text matching and relevance scoring of stored contexts.
Structsยง
- Batch
Processor - Batch processing for multiple queries
- RagConfig
- RAG processor configuration
- RagProcessor
- CPU-optimized RAG processor
- Retrieval
Query - Query for RAG retrieval
- Retrieval
Result - RAG retrieval results
- Score
Breakdown - Breakdown of score components
- Scored
Context - Result from RAG retrieval with scoring