CapStoneRAG10 / __init__.py
Developer
Initial commit for HuggingFace Spaces - RAG Capstone Project with Qdrant Cloud
1d10b0a
"""
RAG Capstone Project - Retrieval-Augmented Generation with TRACE Evaluation
This application provides a complete RAG system with:
- Multiple embedding models (Bio-medical BERT models)
- Various chunking strategies (dense, sparse, hybrid, re-ranking)
- ChromaDB vector storage
- Groq LLM integration with rate limiting
- TRACE evaluation metrics
- Streamlit chat interface
- FastAPI REST API
"""
__version__ = "1.0.0"
__author__ = "RAG Capstone Team"