Spaces:
Running
Running
| # HR Genie RAG Utils | |
| from .rag_chain import HRChatbotRAG, Document | |
| from .json_loader import JSONKnowledgeLoader | |
| from .document_processor import DocumentProcessor | |
| __all__ = ['JSONKnowledgeLoader', 'DocumentProcessor', 'HRChatbotRAG', 'Document'] | |