What problem does it solve?
This Skill provides a domain-aware document-RAG service that integrates with chat apps, allowing for efficient retrieval and ranking of documents without the need to integrate document ingestion into the chat app itself.
Core Features & Use Cases
- Hybrid Retrieval: Combines document brain with chat brain for comprehensive information retrieval.
- Domain-Aware Embeddings: Uses local Ollama embeddings and Qdrant for per-domain collections with metadata.
- Idempotent Commands: Ensures ingestion commands are idempotent, avoiding duplicates.
- Graceful Degradation: Handles failures gracefully, ensuring the app degrades to local-only if needed.
- Use Case: For a chat app looking to add a document brain to its existing RAG capabilities, this skill allows for seamless integration and improved information retrieval.
Quick Start
Use the fleet-doc-rag skill to search for documents related to "financial" domain using the query "financing strategy".