Langchain-Chatchat/server/knowledge_base
liunux4odoo 93b133f9ac 将KnowledgeFile的file2text拆分成file2docs、docs2texts和file2text三个部分,在保持接口不变的情况下,实现:
1、支持chunk_size和chunk_overlap参数
2、支持自定义text_splitter
3、支持自定义docs
修复:csv文件不使用text_splitter
2023-09-04 21:00:16 +08:00
..
kb_service 添加切换模型功能,支持智谱AI在线模型 (#1342) 2023-09-01 23:58:09 +08:00
__init__.py move KBServiceFactory to server.knowledge_base.kb_service.base 2023-08-08 17:41:58 +08:00
kb_api.py update chat and knowledge base api: unify exception processing and return types 2023-08-19 15:14:45 +08:00
kb_doc_api.py 增加数据库字段,重建知识库使用多线程 (#1280) 2023-08-28 13:50:35 +08:00
migrate.py 优化LLM和Embedding模型运行设备配置,可设为auto自动检测;修复:重建知识库时FAISS未保存 (#1330) 2023-08-31 17:44:48 +08:00
utils.py 将KnowledgeFile的file2text拆分成file2docs、docs2texts和file2text三个部分,在保持接口不变的情况下,实现: 2023-09-04 21:00:16 +08:00