Rag_chatbot / app /rag /__init__.py
suhail
Backend
36102cc
raw
history blame contribute delete
240 Bytes
"""
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
"""