Merge pull request #2958 from chatchat-space/dev

更新readme
This commit is contained in:
zR 2024-02-07 00:28:04 +08:00 committed by GitHub
commit cd13aee97d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 18 additions and 11 deletions

View File

@ -192,7 +192,7 @@ please refer to the [Wiki](https://github.com/chatchat-space/Langchain-Chatchat/
### WeChat Group
<img src="img/qr_code_89.jpg" alt="二维码" width="300" height="300" />
<img src="img/qr_code_90.jpg" alt="二维码" width="300" height="300" />
### WeChat Official Account

View File

@ -185,7 +185,7 @@ $ python startup.py -a
### WeChat グループ
<img src="img/qr_code_89.jpg" alt="二维码" width="300" height="300" />
<img src="img/qr_code_90.jpg" alt="二维码" width="300" height="300" />
### WeChat 公式アカウント

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 KiB

BIN
img/qr_code_90.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 KiB

View File

@ -57,12 +57,15 @@ arxiv==2.1.0
youtube-search==2.1.2
duckduckgo-search==3.9.9
metaphor-python==0.1.23
streamlit==1.30.0
streamlit-option-menu==0.3.12
streamlit-antd-components==0.3.1
streamlit-chatbox==1.1.11
streamlit-modal==0.1.0
streamlit-aggrid==0.3.4.post3
httpx==0.26.0
httpx_sse==0.4.0
watchdog==3.0.0
pyjwt==2.8.0

View File

@ -37,6 +37,7 @@ einops>=0.7.0
transformers_stream_generator==0.0.4
vllm==0.2.7; sys_platform == "linux"
httpx==0.26.0
httpx_sse==0.4.0
llama-index==0.9.35
pyjwt==2.8.0

View File

@ -21,6 +21,8 @@ pathlib~=1.0.1
pytest~=7.4.3
llama-index==0.9.35
pyjwt==2.8.0
httpx==0.26.0
httpx_sse==0.4.0
dashscope==1.13.6
arxiv~=2.1.0

View File

@ -1,8 +1,9 @@
streamlit~=1.30.0
streamlit-option-menu~=0.3.12
streamlit-antd-components~=0.3.1
streamlit-chatbox~=1.1.11
streamlit-modal~=0.1.0
streamlit-aggrid~=0.3.4.post3
httpx~=0.26.0
watchdog~=3.0.0
streamlit==1.30.0
streamlit-option-menu==0.3.12
streamlit-antd-components==0.3.1
streamlit-chatbox==1.1.11
streamlit-modal==0.1.0
streamlit-aggrid==0.3.4.post3
httpx==0.26.0
httpx_sse==0.4.0
watchdog=s=3.0.0

View File

@ -85,7 +85,7 @@ def list_files_from_folder(kb_name: str):
return result
LOADER_DICT = {"UnstructuredHTMLLoader": ['.html'],
LOADER_DICT = {"UnstructuredHTMLLoader": ['.html', '.htm'],
"MHTMLLoader": ['.mhtml'],
"UnstructuredMarkdownLoader": ['.md'],
"JSONLoader": [".json"],