Langchain-Chatchat/server/knowledge_base
liunux4odoo 44c713ef98 use KBServiceFactory to replace all the KnowledgeBase.
make KBServiceFactory support embed_model parameter.
rewrite api: recreate_vector_store.
fix some bugs.
2023-08-07 20:37:16 +08:00
..
kb_service use KBServiceFactory to replace all the KnowledgeBase. 2023-08-07 20:37:16 +08:00
__init__.py use KBServiceFactory to replace all the KnowledgeBase. 2023-08-07 20:37:16 +08:00
kb_api.py use KBServiceFactory to replace all the KnowledgeBase. 2023-08-07 20:37:16 +08:00
kb_doc_api.py use KBServiceFactory to replace all the KnowledgeBase. 2023-08-07 20:37:16 +08:00
knowledge_base.py add KBService and KBServiceFactory class 2023-08-06 23:44:02 +08:00
knowledge_base_factory.py use KBServiceFactory to replace all the KnowledgeBase. 2023-08-07 20:37:16 +08:00
knowledge_file.py 1. add add_doc and list_docs to KnowledgeBase class 2023-08-05 22:57:19 +08:00
utils.py add KBService and KBServiceFactory class 2023-08-06 23:44:02 +08:00