Langchain-Chatchat/tests
liunux4odoo a65bc4a63c
添加configs/prompt_config.py,允许用户自定义prompt模板: (#1504)
1、 默认包含2个模板,分别用于LLM对话,知识库和搜索引擎对话
2、 server/utils.py提供函数get_prompt_template,获取指定的prompt模板内容(支持热加载)
3、 api.py中chat/knowledge_base_chat/search_engine_chat接口支持prompt_name参数
2023-09-17 13:27:11 +08:00
..
agent 第一版初步agent实现 (#1503) 2023-09-17 11:19:16 +08:00
api 添加configs/prompt_config.py,允许用户自定义prompt模板: (#1504) 2023-09-17 13:27:11 +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 使火山方舟正常工作,添加错误处理和测试用例 2023-09-17 00:21:13 +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