Langchain-Chatchat/server/knowledge_base
liunux4odoo c7b91bfaf1 update api/kb_doc_api and knowledge base management ui:
1. add update_doc to api which can udpate vector store from existed
   content file
2. add parameter `delete_content` to delete_doc api. user can decide
   whether delete local content file when delete doc.
3. fix bug in ApiReqeust.upload_doc
4. support listing docs existed in local folder bu not in db
2023-08-09 16:52:04 +08:00
..
kb_service update api/kb_doc_api and knowledge base management ui: 2023-08-09 16:52:04 +08:00
__init__.py move KBServiceFactory to server.knowledge_base.kb_service.base 2023-08-08 17:41:58 +08:00
kb_api.py move KBServiceFactory to server.knowledge_base.kb_service.base 2023-08-08 17:41:58 +08:00
kb_doc_api.py update api/kb_doc_api and knowledge base management ui: 2023-08-09 16:52:04 +08:00
utils.py update api/kb_doc_api and knowledge base management ui: 2023-08-09 16:52:04 +08:00