Commit Graph

1012 Commits

Author SHA1 Message Date
imClumsyPanda ef098111dc update webui and utils 2023-08-10 23:04:05 +08:00
imClumsyPanda 8b1c5bcf9e update webui.py 2023-08-10 22:32:56 +08:00
imClumsyPanda 0d1d9c5ed7 update img 2023-08-10 22:02:31 +08:00
Wufisher 28a2295f73
线性简单实现了:vecorstores/MyFAISS.py TODO: 增加是否属于同一文档的判断 (#945) 2023-08-10 21:59:47 +08:00
Vincent chen 62047c880e
Adding an implementaion for involving with accessing Baichuan-13B-Chat (#1005) 2023-08-10 21:55:35 +08:00
Chiquitita 22c6192561
Update MyFAISS.py (#1041)
* Update MyFAISS.py

使用remove_ids从faiss索引中删除向量时,索引中剩余的待索引向量idx仍然是连续的  0, 3, 4 - > 0, 1, 2

#为了保证index_to_docstore_id中的idx和faiss索引中的idx相一致,需要将index_to_docstore_id中的idx重排序

* Update MyFAISS.py
2023-08-10 21:54:42 +08:00
imClumsyPanda 9fc467274f update requirements.txt 2023-08-10 21:53:09 +08:00
imClumsyPanda 8d463a31fd update import pkgs and format 2023-08-10 21:50:38 +08:00
imClumsyPanda 8a4d9168fa update import pkgs and format 2023-08-10 21:26:05 +08:00
liunux4odoo 22c8f277bf update readme: describe requirements to install 2023-08-10 17:10:40 +08:00
liunux4odoo 18e7e7307b patch fastapi-offline to use local swagger-ui assests 2023-08-10 17:00:39 +08:00
liunux4odoo b733a47902 split requirements to 2 parts: basic with api; webui 2023-08-10 15:51:22 +08:00
Laurence Rotolo 3db73d458b
Merge pull request #1039 from nanayashiki1215/IFlytek/IFlytekVoice
添加语音模块
2023-08-10 15:43:54 +08:00
liunux4odoo 0364215987 Merge branch 'pr1037_pg_vs' into dev_fastchat 2023-08-10 15:07:58 +08:00
liunux4odoo 17ddee38a4 fix conflict between def_fastchat and pr1037 2023-08-10 15:02:41 +08:00
hzg0601 a59ab911a7 update readme 2023-08-10 14:49:50 +08:00
hzg0601 9525915a85 update llm_api_launch,llm_api_shutdown 2023-08-10 14:43:18 +08:00
liunux4odoo fd247f4657 Merge branch 'dev_fastchat' into pr1037_pg_vs 2023-08-10 14:21:37 +08:00
liunux4odoo 9ed91f0e8a automatically init vector store info to database when run api.py & webui.py 2023-08-10 14:12:02 +08:00
Pan 4fd07c36c3 添加讯飞语音识别(流式版)与语音合成(流式版)模块,以及在设置中添加语音开启、关闭相关配置选项 2023-08-10 13:46:33 +08:00
liunux4odoo f5024245a7 make api.py and webui.py working offline 2023-08-10 13:33:40 +08:00
liunux4odoo 7a57f67587 fix: bug when delete chat session 2023-08-10 13:06:30 +08:00
liunux4odoo d89fcb3b2e update knowledge base management page:
1. move get_kb_details & get_doc_details to utils.py
2. adjust aggrid columns width.
2023-08-10 11:37:14 +08:00
zqt d4f728dfa2 添加向量数据库pg支持,和向量库docker-compose.ym环境文件 2023-08-10 11:16:52 +08:00
hzg0601 f7b2c8cd04 更新readme 2023-08-10 10:09:44 +08:00
hzg0601 73393d781a 更新readme,增加启动多个llm服务的说明;增加停止llm服务的说明 2023-08-10 09:52:34 +08:00
imClumsyPanda b1361be6df
Update README.md 2023-08-10 09:45:41 +08:00
imClumsyPanda b9da9cdcb5
Add files via upload 2023-08-10 09:45:15 +08:00
hzg0601 6c2b2b7ba2 测试llm_api_shutdown.py,通过 2023-08-10 09:38:45 +08:00
imClumsyPanda 6019671080
Update README.md 2023-08-10 08:15:27 +08:00
imClumsyPanda a3e724281e
Update README.md 2023-08-10 08:14:29 +08:00
liunux4odoo 53fef3a7e9 add streamlit-aggrid to requirements 2023-08-10 07:50:24 +08:00
imClumsyPanda 8df00d0b04 add SCORE_THRESHOLD to faiss and milvus kb service 2023-08-10 00:36:59 +08:00
liunux4odoo 1a112c6908 update fastch_chat: disable streaming in swagger besides streaming in ApiRequest 2023-08-09 23:48:41 +08:00
imClumsyPanda d67e354276 update model_config.py.example and README.md 2023-08-09 23:45:27 +08:00
imClumsyPanda dd26f552db update model_config.py.example 2023-08-09 23:39:05 +08:00
imClumsyPanda 02b9d57072 update textsplitter and pdfloader 2023-08-09 23:36:43 +08:00
liunux4odoo 222689ed5b update kb and search chat: disable streaming in swagger besides streaming in ApiRequest 2023-08-09 23:35:36 +08:00
hzg0601 ca49f9d095 Merge branch 'dev_fastchat' of https://github.com/chatchat-space/langchain-ChatGLM into dev_fastchat 2023-08-09 23:24:44 +08:00
hzg0601 be7d31416c update model_config.py.example 2023-08-09 23:24:17 +08:00
imClumsyPanda 168323ab41 update README.md 2023-08-09 23:21:02 +08:00
hzg0601 66ff913bb4 Merge branch 'dev_fastchat' of https://github.com/chatchat-space/langchain-ChatGLM into dev_fastchat 2023-08-09 23:18:54 +08:00
hzg0601 3e9d088cd9 update server 2023-08-09 23:18:44 +08:00
hzg0601 34bb681db1 删除shell脚本 2023-08-09 23:17:51 +08:00
hzg0601 8a34c3f163 增加停止服务的python脚本 2023-08-09 23:16:02 +08:00
imClumsyPanda 24a280ce8c re-add zh_title_enhance.py 2023-08-09 23:09:24 +08:00
imClumsyPanda 1b70fb5f9b update faiss_kb_service.py 2023-08-09 22:57:36 +08:00
liunux4odoo db29a2fea7 update knowledge_base_chat and search_engine_chat: yield chinese correctly 2023-08-09 22:54:37 +08:00
liunux4odoo ba3335efb8 update llm_api: move fastchat logs to LOG_PATH 2023-08-09 22:43:45 +08:00
imClumsyPanda 0a95c32f06 update README.md 2023-08-09 22:20:34 +08:00