Langchain-Chatchat/server/knowledge_base/kb_service
陈鹏 95d9fb0ee9
fix bug 1159
修复使用使用pg存储向量时,向量检索错误 {TypeError}TypeError("'Document' object is not subscriptable")
2023-08-18 14:41:11 +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 fix bug 1159 2023-08-18 14:41:11 +08:00