Langchain-Chatchat/server/knowledge_base/kb_service
liunux4odoo 67b8ebef52 update api and webui:
1. 增加search_docs接口,返回原始知识库检索文档,close #1103
2. 为FAISS检索增加score_threshold参数。milvus和PG暂不支持
2023-08-16 13:18:58 +08:00
..
__init__.py add KBService and KBServiceFactory class 2023-08-06 23:44:02 +08:00
base.py update api and webui: 2023-08-16 13:18:58 +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 and webui: 2023-08-16 13:18:58 +08:00
milvus_kb_service.py update api and webui: 2023-08-16 13:18:58 +08:00
pg_kb_service.py update api and webui: 2023-08-16 13:18:58 +08:00