Langchain-Chatchat/server/knowledge_base/kb_service
liunux4odoo b1201a5f23
优化LLM和Embedding模型运行设备配置,可设为auto自动检测;修复:重建知识库时FAISS未保存 (#1330)
* 避免configs对torch的依赖;
* webui自动从configs获取api地址(close #1319)
* bug fix: 重建知识库时FAISS未保存
* 优化LLM和Embedding模型运行设备配置,可设为auto自动检测
2023-08-31 17:44:48 +08:00
..
__init__.py add KBService and KBServiceFactory class 2023-08-06 23:44:02 +08:00
base.py 优化LLM和Embedding模型运行设备配置,可设为auto自动检测;修复:重建知识库时FAISS未保存 (#1330) 2023-08-31 17:44:48 +08:00
default_kb_service.py 运行startup.py时,如果不加参数直接显示配置和帮助信息后退出 (#1284) 2023-08-28 16:03:53 +08:00
faiss_kb_service.py 优化LLM和Embedding模型运行设备配置,可设为auto自动检测;修复:重建知识库时FAISS未保存 (#1330) 2023-08-31 17:44:48 +08:00
milvus_kb_service.py 运行startup.py时,如果不加参数直接显示配置和帮助信息后退出 (#1284) 2023-08-28 16:03:53 +08:00
pg_kb_service.py 优化LLM和Embedding模型运行设备配置,可设为auto自动检测;修复:重建知识库时FAISS未保存 (#1330) 2023-08-31 17:44:48 +08:00