Langchain-Chatchat/tests
liunux4odoo 03e55e11c4
支持lite模式:无需安装torch等重依赖,通过在线API实现LLM对话和搜索引擎对话 (#1860)
* move get_default_llm_model from webui to ApiRequest

增加API接口及其测试用例:
- /server/get_prompt_template: 获取服务器配置的 prompt 模板
- 增加知识库多线程访问测试用例

支持lite模式:无需安装torch等重依赖,通过在线API实现LLM对话和搜索引擎对话

* fix bug in server.api

---------

Co-authored-by: imClumsyPanda <littlepanda0716@gmail.com>
2023-10-25 08:30:23 +08:00
..
agent fix: langchain warnings for import from root 2023-09-27 21:55:02 +08:00
api 支持lite模式:无需安装torch等重依赖,通过在线API实现LLM对话和搜索引擎对话 (#1860) 2023-10-25 08:30:23 +08:00
custom_splitter 优化configs (#1474) 2023-09-15 17:52:22 +08:00
document_loader fix unit test name 2023-09-05 21:08:02 +08:00
kb_vector_db 添加知识库使用的向量库测试用例 2023-08-29 15:01:26 +08:00
online_api update baichuan-api: 修正messages参数;支持流式;添加测试用例 2023-10-20 19:09:05 +08:00
samples add RapidOCRPDFLoader and RapidOCRLoader (#1275) 2023-09-01 10:23:57 +08:00
test_migrate.py feat: support volc fangzhou 2023-09-16 22:21:16 +08:00