Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- pyproject.toml +2 -1
- requirements.txt +2 -1
- uv.lock +0 -0
pyproject.toml
CHANGED
@@ -3,7 +3,7 @@ name = "gradio-demo-test"
|
|
3 |
version = "0.1.0"
|
4 |
description = "Add your description here"
|
5 |
readme = "README.md"
|
6 |
-
requires-python = ">=3.12"
|
7 |
dependencies = [
|
8 |
"gradio>=5.34.2",
|
9 |
"langchain>=0.3.25",
|
@@ -11,4 +11,5 @@ dependencies = [
|
|
11 |
"langchain-community>=0.3.24",
|
12 |
"langgraph>=0.4.8",
|
13 |
"python-dotenv>=1.1.0",
|
|
|
14 |
]
|
|
|
3 |
version = "0.1.0"
|
4 |
description = "Add your description here"
|
5 |
readme = "README.md"
|
6 |
+
requires-python = ">=3.12,<3.13"
|
7 |
dependencies = [
|
8 |
"gradio>=5.34.2",
|
9 |
"langchain>=0.3.25",
|
|
|
11 |
"langchain-community>=0.3.24",
|
12 |
"langgraph>=0.4.8",
|
13 |
"python-dotenv>=1.1.0",
|
14 |
+
"langchain-ollama>=0.3.6",
|
15 |
]
|
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ langchain>=0.3.25
|
|
3 |
langchain-openai>=0.3.21
|
4 |
langchain-community>=0.3.24
|
5 |
langgraph>=0.4.8
|
6 |
-
python-dotenv>=1.1.0
|
|
|
|
3 |
langchain-openai>=0.3.21
|
4 |
langchain-community>=0.3.24
|
5 |
langgraph>=0.4.8
|
6 |
+
python-dotenv>=1.1.0
|
7 |
+
langchain-ollama>=0.3.6
|
uv.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|