Spaces:
Build error
Build error
| class BaseRAG: | |
| """ | |
| Base class for RAG chatbot. | |
| """ | |
| def __init__(): | |
| pass | |
| def invoke(): | |
| """ | |
| Invoke the RAG chatbot. | |
| """ | |
| pass | |
| class BaseRAG: | |
| """ | |
| Base class for RAG chatbot. | |
| """ | |
| def __init__(): | |
| pass | |
| def invoke(): | |
| """ | |
| Invoke the RAG chatbot. | |
| """ | |
| pass | |