Iodine98 / dora-back

A Python backend for Document Retrieval and Analysis (DoRA).
MIT License
0 stars 1 forks source link

Refactor chatbot initialization and retrieval chain #1

Closed Iodine98 closed 8 months ago

Iodine98 commented 8 months ago

This pull request refactors the chatbot initialization and retrieval chain to improve code readability and maintainability. It also adds missing type hints and removes unused code.