glide-the
|
823eb06c5d
|
BaseChatOpenAIChain,支持基础的ChatOpenAI对话的Chain接入
|
2023-08-07 22:57:13 +08:00 |
liunux4odoo
|
08493bffbb
|
add a basic knowledge base management ui.
|
2023-08-07 21:00:55 +08:00 |
imClumsyPanda
|
035a199c32
|
update kb_server.base
|
2023-08-07 20:48:06 +08:00 |
liunux4odoo
|
44c713ef98
|
use KBServiceFactory to replace all the KnowledgeBase.
make KBServiceFactory support embed_model parameter.
rewrite api: recreate_vector_store.
fix some bugs.
|
2023-08-07 20:37:16 +08:00 |
zqt996
|
0f46185cfb
|
添加Milvus库 (#1011)
|
2023-08-07 16:56:57 +08:00 |
zqt
|
72951d95fb
|
添加milvus库支持
|
2023-08-07 16:32:34 +08:00 |
imClumsyPanda
|
18d31f5116
|
add KBService and KBServiceFactory class
|
2023-08-06 23:44:02 +08:00 |
glide-the
|
06af3f4c5e
|
BaseChatOpenAIChain,支持基础的ChatOpenAI对话的Chain接入
|
2023-08-06 22:57:57 +08:00 |
imClumsyPanda
|
b91d96ab0c
|
update kb_doc_api.py
|
2023-08-06 18:32:10 +08:00 |
imClumsyPanda
|
a447529c2e
|
update kb_doc_api.py
|
2023-08-05 23:35:20 +08:00 |
imClumsyPanda
|
8773149a3e
|
update api.py
|
2023-08-05 23:12:17 +08:00 |
imClumsyPanda
|
7f89efee4b
|
fix kb_doc_api.py
|
2023-08-05 23:01:56 +08:00 |
imClumsyPanda
|
3f045cedb9
|
1. add add_doc and list_docs to KnowledgeBase class
2. add DB_ROOT_PATH to model_config.py.example
|
2023-08-05 22:57:19 +08:00 |
imClumsyPanda
|
313e590961
|
update DocumentLoader in knowledge_file.py
|
2023-08-05 21:51:07 +08:00 |
imClumsyPanda
|
f68e432570
|
update table_name and column_name in SQL
|
2023-08-05 21:02:14 +08:00 |
imClumsyPanda
|
cd0f2a2c41
|
update class method of KnowledgeBase and KnowledgeFile
|
2023-08-05 20:52:14 +08:00 |
imClumsyPanda
|
14a5de6a29
|
update class method of KnowledgeBase and KnowledgeFile
|
2023-08-05 13:51:05 +08:00 |
imClumsyPanda
|
7beeaacea6
|
update class method of KnowledgeBase and KnowledgeFile
|
2023-08-05 13:48:55 +08:00 |
imClumsyPanda
|
e8a88f174d
|
update class method of KnowledgeBase and KnowledgeFile
|
2023-08-05 13:48:30 +08:00 |
imClumsyPanda
|
206261cd0c
|
update class method of KnowledgeBase and KnowledgeFile
|
2023-08-05 13:46:00 +08:00 |
imClumsyPanda
|
6c7adfbaeb
|
change kb_api functions with KnowledgeBase class method
|
2023-08-05 03:15:41 +08:00 |
imClumsyPanda
|
7e1472a95b
|
add KnowledgeBase class
|
2023-08-05 00:10:10 +08:00 |
imClumsyPanda
|
590367a5b5
|
add KnowledgeFile class
|
2023-08-04 23:54:26 +08:00 |
imClumsyPanda
|
775d46fecf
|
format update in knowledge_base/utils.py
|
2023-08-04 23:14:43 +08:00 |
imClumsyPanda
|
bc3ee83910
|
update kb_doc_api.py
|
2023-08-04 22:22:48 +08:00 |
liunux4odoo
|
5d1a0ec15d
|
add recreate_vector_store to kb_doc_api, and the router in api.py.
|
2023-08-04 20:26:14 +08:00 |
liunux4odoo
|
46c7d8d169
|
allow kb_doc_api.upload_doc to override existed file by parameter.
update_doc is not needed.
|
2023-08-04 15:53:44 +08:00 |
imClumsyPanda
|
b4f80ca370
|
update server.knowledge_base.utils
|
2023-08-04 15:32:42 +08:00 |
imClumsyPanda
|
7bfbe18011
|
update requirements.txt and kb_doc_api.py
|
2023-08-04 15:12:14 +08:00 |
liunux4odoo
|
c4994e85df
|
fix: knowledge_base_chat and search_engine_chat should stream json text
instead of dict. client should use json.loads.
|
2023-08-04 12:12:13 +08:00 |
liunux4odoo
|
88682c87ff
|
优化server下知识库相关模块的结构:将知识库相关操作从knowledge_base_chat移动到knowledge_base.utils;优化kb_doc_api中embeddings加载。
|
2023-08-04 10:16:30 +08:00 |
imClumsyPanda
|
329c24ee73
|
1. change bing_search_chat and duckduckgo_search_chat into search_engine_chat
2. add knowledge_base not found to knowledge_base_chat and add search_engine not found to search_engine_chat
|
2023-08-03 18:22:36 +08:00 |
imClumsyPanda
|
b62ea6bd2a
|
add top-k to search_chat apis and add top-k params in model_config
|
2023-08-03 17:06:43 +08:00 |
liunux4odoo
|
5c804aac75
|
make api and webui support top_k paramter
|
2023-08-03 15:47:53 +08:00 |
liunux4odoo
|
df61f31c8e
|
修改knowledge_base_chat实现:利用缓存避免每次请求重新加载向量库;增加top_k参数。
|
2023-08-03 15:22:46 +08:00 |
hzg0601
|
fdbff8a91f
|
Merge branch 'dev_fastchat' of github.com:chatchat-space/langchain-ChatGLM into dev_fastchat
|
2023-08-03 14:39:14 +08:00 |
hzg0601
|
6f93a27e53
|
更新llm_api_sh.py调用说明
|
2023-08-03 14:39:00 +08:00 |
liunux4odoo
|
f7d465b7d4
|
bug fix
|
2023-08-03 12:11:18 +08:00 |
hzg0601
|
d0fd6253a3
|
update llm_api_sh
|
2023-08-02 09:19:58 +08:00 |
hzg0601
|
1d1a8e9339
|
Merge branch 'dev_fastchat' of github.com:chatchat-space/langchain-ChatGLM into dev_fastchat
|
2023-08-01 22:07:12 +08:00 |
hzg0601
|
ab7a76f380
|
update llm_api_sh.py and model_config.example
|
2023-08-01 22:07:05 +08:00 |
imClumsyPanda
|
e4fed93989
|
update format in api.py
|
2023-08-01 21:53:19 +08:00 |
hzg0601
|
18a94fcf45
|
Merge branch 'dev_fastchat' of github.com:chatchat-space/langchain-ChatGLM into dev_fastchat
|
2023-08-01 18:02:52 +08:00 |
hzg0601
|
15e67a4d3e
|
1.*在config里将所有fastchat的命令行参数加入;2.*加入启动和停止fastchat的shell脚本;3. **增加了通过命令行启动所有fastchat服务的python脚本llm_api_sh.py;4. 修改了默认的config日志格式
|
2023-08-01 17:59:20 +08:00 |
imClumsyPanda
|
7c01a2a253
|
add bing_search_chat.py and duckduckgo_search_chat.py
|
2023-08-01 16:39:17 +08:00 |
imClumsyPanda
|
c8a75ab11f
|
update llm_api.py and webui.py
|
2023-08-01 14:33:18 +08:00 |
liunux4odoo
|
9e2b411b01
|
cuda error with multiprocessing, change model_worker to main process
|
2023-07-31 11:18:57 +08:00 |
hzg0601
|
47dfb6cd8b
|
udpate llm_api
|
2023-07-31 11:00:33 +08:00 |
liunux4odoo
|
946f10e1f2
|
split api_start to create_app & run_api. user can run api with uvicorn in console: uvicorn server.api:app --port 7861
|
2023-07-31 10:05:19 +08:00 |
liunux4odoo
|
463659f0ba
|
llm_api升级到fschat==0.2.20,支持百川模型
|
2023-07-30 23:16:47 +08:00 |
liunux4odoo
|
51ea717606
|
Merge branch 'dev_fastchat_me' into dev_fastchat
|
2023-07-30 09:01:31 +08:00 |
liunux4odoo
|
179c2a9a92
|
修改server.chat.openai_chat中的参数定义,使其与openai中/v1/chat/completions接口的入参保持一致,并按照model_config提供默认值。
openai_chat中的接口还要修改:openai根据参数stream有不同的返回值,本接口要与其对应。
|
2023-07-30 08:56:49 +08:00 |
imClumsyPanda
|
05ccc0346e
|
update test code
|
2023-07-30 00:48:07 +08:00 |
imClumsyPanda
|
41444fd4b5
|
update requirements.txt and llm_api.py
|
2023-07-30 00:24:34 +08:00 |
liunux4odoo
|
1a7271e966
|
fix: model_worker need global variable: args
|
2023-07-29 23:22:25 +08:00 |
liunux4odoo
|
c880412300
|
use multiprocessing to run fastchat server
|
2023-07-29 23:01:24 +08:00 |
liunux4odoo
|
829ced398b
|
make api.py import model_config coreectlly
|
2023-07-29 23:00:50 +08:00 |
hzg0601
|
97ee4686a1
|
更新会议记录
|
2023-07-28 16:16:59 +08:00 |
hzg0601
|
154cad1b45
|
会议记录
|
2023-07-28 16:12:57 +08:00 |
imClumsyPanda
|
dcf49a59ef
|
v0.2.0 first commit
|
2023-07-27 23:22:07 +08:00 |