There was an error fetching the commit references. Please try again later.
conversation API backend update (#360)
### What problem does this PR solve? Issue link:#345 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
Showing
- api/apps/__init__.py 7 additions, 7 deletionsapi/apps/__init__.py
- api/apps/api_app.py 196 additions, 0 deletionsapi/apps/api_app.py
- api/apps/chunk_app.py 1 addition, 1 deletionapi/apps/chunk_app.py
- api/apps/conversation_app.py 1 addition, 253 deletionsapi/apps/conversation_app.py
- api/apps/user_app.py 1 addition, 1 deletionapi/apps/user_app.py
- api/db/db_models.py 19 additions, 15 deletionsapi/db/db_models.py
- api/db/services/api_service.py 66 additions, 0 deletionsapi/db/services/api_service.py
- api/db/services/dialog_service.py 253 additions, 0 deletionsapi/db/services/dialog_service.py
- api/db/services/document_service.py 1 addition, 1 deletionapi/db/services/document_service.py
- docs/conversation_api.md 303 additions, 0 deletionsdocs/conversation_api.md
- rag/llm/chat_model.py 5 additions, 48 deletionsrag/llm/chat_model.py
Loading
Please register or sign in to comment