mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-19 13:23:16 +08:00
commit
cd13aee97d
@ -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
|
||||
|
||||
|
||||
@ -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
BIN
img/qr_code_90.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 439 KiB |
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
@ -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"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user