Spaces:
Sleeping
Sleeping
File size: 377 Bytes
f884e6e | 1 2 3 4 5 6 7 8 9 10 11 12 | """
LLM Integration Package
This package provides integration with Large Language Models (LLMs)
for the RAG application, supporting multiple providers like OpenRouter and Groq.
Classes:
LLMService: Main service for LLM interactions
PromptTemplates: Predefined prompt templates for corporate policy Q&A
ContextManager: Manages context retrieval and formatting
"""
|