-
Notifications
You must be signed in to change notification settings - Fork 0
Add Fallback Logic for Missing Vector Embeddings #1
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestfallback-logicHandles cold starts, missing vectors, or overrides in RAG pipelinesHandles cold starts, missing vectors, or overrides in RAG pipelines
Description
Problem
In some cases, document chunks may fail to generate vector embeddings (e.g., due to special characters or model errors).
Proposed Solution
Implement a fallback path:
- Skip problematic chunks
- Log skipped entries
- Optionally default to keyword-based retrieval (e.g., BM25 or text match)
Why it matters
Adds robustness for real-world data ingestion and improves model resilience across document formats.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfallback-logicHandles cold starts, missing vectors, or overrides in RAG pipelinesHandles cold starts, missing vectors, or overrides in RAG pipelines