Langchain-Chatchat/server/chat
liunux4odoo 67b8ebef52 update api and webui:
1. 增加search_docs接口,返回原始知识库检索文档,close #1103
2. 为FAISS检索增加score_threshold参数。milvus和PG暂不支持
2023-08-16 13:18:58 +08:00
..
__init__.py 1. change bing_search_chat and duckduckgo_search_chat into search_engine_chat 2023-08-03 18:22:36 +08:00
chat.py fix chat and knowledge_base_chat 2023-08-14 10:35:47 +08:00
knowledge_base_chat.py update api and webui: 2023-08-16 13:18:58 +08:00
openai_chat.py fix api & webui: 1.add logs, 2. check json response, 3. set timeout=False in recreate_vector_stoore 2023-08-15 14:24:54 +08:00
search_engine_chat.py update import pkgs and format 2023-08-10 21:26:05 +08:00
utils.py add history to chat apis 2023-08-08 23:54:51 +08:00