Langchain-Chatchat/server/knowledge_base/kb_service
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
..
__init__.py add KBService and KBServiceFactory class 2023-08-06 23:44:02 +08:00
base.py use KBServiceFactory to replace all the KnowledgeBase. 2023-08-07 20:37:16 +08:00
default_kb_service.py use KBServiceFactory to replace all the KnowledgeBase. 2023-08-07 20:37:16 +08:00
faiss_kb_service.py use KBServiceFactory to replace all the KnowledgeBase. 2023-08-07 20:37:16 +08:00
milvus_kb_service.py 添加Milvus库 (#1011) 2023-08-07 16:56:57 +08:00