Langchain-Chatchat/server/knowledge_base/kb_service
liunux4odoo 997f8b2e3f update knowledge base api:
1. list_kbs_from_db return all kbs by default instead of return kbs with
   file_count > 0 only.
2. KBServiceFactory.get_service_by_name could return a FaissKBService
   that not in the db
2023-08-09 21:57:40 +08:00
..
__init__.py add KBService and KBServiceFactory class 2023-08-06 23:44:02 +08:00
base.py update knowledge base api: 2023-08-09 21:57:40 +08:00
default_kb_service.py move configs to configs.model_config 2023-08-08 15:56:32 +08:00
faiss_kb_service.py update api/kb_doc_api and knowledge base management ui: 2023-08-09 16:52:04 +08:00
milvus_kb_service.py update knowledge base kbservice and api: 2023-08-09 10:46:01 +08:00