Langchain-Chatchat/tests/api
glide-the 248db46187 Merge branch 'dev_summary' into dev_command_summary
实现summary_chunk 文档分段总结业务实现
使用 MapReduceDocumentsChain 生成摘要
# Conflicts:
#	server/api.py
#	server/knowledge_base/kb_doc_api.py
#	server/knowledge_base/kb_service/base.py
#	server/knowledge_base/migrate.py
2023-11-25 22:30:41 +08:00
..
test_kb_api.py 数据库和向量库中文档 metadata["source"] 改为相对路径,便于向量库迁移 (#2153) 2023-11-23 19:54:00 +08:00
test_kb_api_request.py 实现Api和WEBUI的前后端分离 (#1772) 2023-10-17 16:52:07 +08:00
test_kb_summary_api.py Merge branch 'dev_summary' into dev_command_summary 2023-11-25 22:30:41 +08:00
test_llm_api.py 支持通过配置项同时启动多个模型,将Wiki纳入samples知识库 (#2002) 2023-11-09 22:15:52 +08:00
test_server_state_api.py 支持lite模式:无需安装torch等重依赖,通过在线API实现LLM对话和搜索引擎对话 (#1860) 2023-10-25 08:30:23 +08:00
test_stream_chat_api.py fix bug, add dependencies: strsimpy, markdownify 2023-10-25 08:58:31 +08:00
test_stream_chat_api_thread.py 支持lite模式:无需安装torch等重依赖,通过在线API实现LLM对话和搜索引擎对话 (#1860) 2023-10-25 08:30:23 +08:00