sanchitshaleen
Initial deployment of RAG with Gemma-3 to Hugging Face Spaces
4aec76b
raw
history blame contribute delete
452 Bytes
"""LLM System Package: This package contains complete langchain-based LLM system for building RAG (Retrieval-Augmented Generation) applications.
It includes modules for:
- Core: Database management, chat history management, and data ingestion.
- Utils: Document loading, text splitting utility functions.
- Chains: Combines all other components to create a RAG chain for conversational AI applications.
"""
import langchain_community
import langchain