Spaces:
Sleeping
Sleeping
| """ | |
| RAG (Retrieval Augmented Generation) module for the AI book application. | |
| This module contains components for: | |
| - Vector retrieval from Qdrant | |
| - Prompt engineering for RAG | |
| - Answer generation using LLMs | |
| - End-to-end RAG orchestration | |
| """ |