YU commited on
Commit
8e0ce95
·
1 Parent(s): 3affceb

Update space

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +35 -59
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
  sdk_version: 5.0.1
8
- python_version: 3.13.5
9
  app_file: app.py
10
  pinned: false
11
  short_description: Demo of semantic search with chat for more human responses
 
5
  colorTo: purple
6
  sdk: gradio
7
  sdk_version: 5.0.1
8
+ python_version: 3.10.18
9
  app_file: app.py
10
  pinned: false
11
  short_description: Demo of semantic search with chat for more human responses
requirements.txt CHANGED
@@ -1,105 +1,81 @@
1
- accelerate==1.10.0
2
- aiofiles==24.1.0
3
- aiohappyeyeballs==2.6.1
4
- aiohttp==3.12.14
5
- aiosignal==1.4.0
6
  annotated-types==0.7.0
7
- anyio==4.9.0
8
- attrs==25.3.0
9
- audioop-lts==0.2.2
10
- bitsandbytes==0.47.0
11
- Brotli==1.1.0
12
- certifi==2025.7.14
13
- charset-normalizer==3.4.2
14
  click==8.2.1
15
  colorama==0.4.6
16
- dataclasses-json==0.6.7
 
 
17
  fastapi==0.116.1
18
  ffmpy==0.6.1
19
- filelock==3.18.0
20
- frozenlist==1.7.0
21
  fsspec==2025.7.0
22
- gradio==5.42.0
23
- gradio_client==1.11.1
24
- greenlet==3.2.3
25
- groovy==0.1.2
26
  h11==0.16.0
27
  httpcore==1.0.9
28
  httpx==0.28.1
29
- httpx-sse==0.4.1
30
- huggingface-hub==0.34.3
31
  idna==3.10
 
32
  Jinja2==3.1.6
33
- joblib==1.5.1
34
  jsonpatch==1.33
35
  jsonpointer==3.0.0
 
36
  langchain==0.3.27
37
- langchain-community==0.3.27
38
- langchain-core==0.3.72
39
- langchain-huggingface==0.3.1
40
  langchain-text-splitters==0.3.9
41
- langsmith==0.4.8
42
  markdown-it-py==4.0.0
43
- MarkupSafe==3.0.2
44
- marshmallow==3.26.1
45
  mdurl==0.1.2
46
  mpmath==1.3.0
47
- multidict==6.6.3
48
- mypy_extensions==1.1.0
49
- networkx==3.5
50
- numpy==2.3.1
51
- orjson==3.11.0
52
  packaging==25.0
53
- pandas==2.3.1
54
- pillow==11.3.0
55
- propcache==0.3.2
56
- psutil==7.0.0
57
  pydantic==2.11.7
58
- pydantic-settings==2.10.1
59
  pydantic_core==2.33.2
60
  pydub==0.25.1
61
  Pygments==2.19.2
62
- pypdf==5.8.0
63
  python-dateutil==2.9.0.post0
64
- python-dotenv==1.1.1
65
  python-multipart==0.0.20
66
  pytz==2025.2
67
  PyYAML==6.0.2
68
  regex==2025.7.34
69
- requests==2.32.4
70
  requests-toolbelt==1.0.0
71
  rich==14.1.0
72
- ruff==0.12.9
73
- safehttpx==0.1.6
74
- safetensors==0.5.3
75
- scikit-learn==1.7.1
76
- scipy==1.16.1
77
  semantic-version==2.10.0
78
- sentence-transformers==5.0.0
79
- setuptools==80.9.0
80
  shellingham==1.5.4
81
- simsimd==6.5.0
82
  six==1.17.0
83
  sniffio==1.3.1
84
- SQLAlchemy==2.0.41
85
  starlette==0.47.2
86
  sympy==1.14.0
87
  tenacity==9.1.2
88
- threadpoolctl==3.6.0
89
  tokenizers==0.21.4
90
- tomlkit==0.13.3
91
  torch==2.8.0
92
  torchvision==0.23.0
93
  tqdm==4.67.1
94
- transformers==4.55.0
95
- typer==0.16.0
96
- typing-inspect==0.9.0
97
  typing-inspection==0.4.1
98
  typing_extensions==4.14.1
99
  tzdata==2025.2
100
  urllib3==2.5.0
101
  uvicorn==0.35.0
102
- websockets==15.0.1
103
- wheel==0.45.1
104
- yarl==1.20.1
105
- zstandard==0.23.0
 
1
+ aiofiles==23.2.1
 
 
 
 
2
  annotated-types==0.7.0
3
+ anyio==4.10.0
4
+ async-timeout==4.0.3
5
+ certifi==2025.8.3
6
+ charset-normalizer==3.4.3
 
 
 
7
  click==8.2.1
8
  colorama==0.4.6
9
+ contourpy==1.3.2
10
+ cycler==0.12.1
11
+ exceptiongroup==1.3.0
12
  fastapi==0.116.1
13
  ffmpy==0.6.1
14
+ filelock==3.19.1
15
+ fonttools==4.59.1
16
  fsspec==2025.7.0
17
+ gradio==4.44.1
18
+ gradio_client==1.3.0
19
+ greenlet==3.2.4
 
20
  h11==0.16.0
21
  httpcore==1.0.9
22
  httpx==0.28.1
23
+ huggingface-hub==0.34.4
 
24
  idna==3.10
25
+ importlib_resources==6.5.2
26
  Jinja2==3.1.6
 
27
  jsonpatch==1.33
28
  jsonpointer==3.0.0
29
+ kiwisolver==1.4.9
30
  langchain==0.3.27
31
+ langchain-core==0.3.74
 
 
32
  langchain-text-splitters==0.3.9
33
+ langsmith==0.4.15
34
  markdown-it-py==4.0.0
35
+ MarkupSafe==2.1.5
36
+ matplotlib==3.10.5
37
  mdurl==0.1.2
38
  mpmath==1.3.0
39
+ networkx==3.4.2
40
+ numpy==2.2.6
41
+ orjson==3.11.2
 
 
42
  packaging==25.0
43
+ pandas==2.3.2
44
+ pillow==10.4.0
 
 
45
  pydantic==2.11.7
 
46
  pydantic_core==2.33.2
47
  pydub==0.25.1
48
  Pygments==2.19.2
49
+ pyparsing==3.2.3
50
  python-dateutil==2.9.0.post0
 
51
  python-multipart==0.0.20
52
  pytz==2025.2
53
  PyYAML==6.0.2
54
  regex==2025.7.34
55
+ requests==2.32.5
56
  requests-toolbelt==1.0.0
57
  rich==14.1.0
58
+ ruff==0.12.10
59
+ safetensors==0.6.2
 
 
 
60
  semantic-version==2.10.0
 
 
61
  shellingham==1.5.4
 
62
  six==1.17.0
63
  sniffio==1.3.1
64
+ SQLAlchemy==2.0.43
65
  starlette==0.47.2
66
  sympy==1.14.0
67
  tenacity==9.1.2
 
68
  tokenizers==0.21.4
69
+ tomlkit==0.12.0
70
  torch==2.8.0
71
  torchvision==0.23.0
72
  tqdm==4.67.1
73
+ transformers==4.55.3
74
+ typer==0.16.1
 
75
  typing-inspection==0.4.1
76
  typing_extensions==4.14.1
77
  tzdata==2025.2
78
  urllib3==2.5.0
79
  uvicorn==0.35.0
80
+ websockets==12.0
81
+ zstandard==0.24.0