Spaces:
Sleeping
Sleeping
update requirements
Browse files- pyproject.toml +0 -37
- requirements.txt +4 -0
- uv.lock +0 -0
pyproject.toml
DELETED
|
@@ -1,37 +0,0 @@
|
|
| 1 |
-
[project]
|
| 2 |
-
name = "agents"
|
| 3 |
-
version = "0.1.0"
|
| 4 |
-
description = "Add your description here"
|
| 5 |
-
readme = "README.md"
|
| 6 |
-
requires-python = ">=3.12"
|
| 7 |
-
dependencies = [
|
| 8 |
-
"chromadb>=1.0.8",
|
| 9 |
-
"datasets>=3.6.0",
|
| 10 |
-
"gradio>=5.33.1",
|
| 11 |
-
"huggingface-hub>=0.29.2",
|
| 12 |
-
"ipykernel>=6.29.5",
|
| 13 |
-
"ipywidgets>=8.1.5",
|
| 14 |
-
"jupyter>=1.1.1",
|
| 15 |
-
"llama-index>=0.12.41",
|
| 16 |
-
"llama-index-embeddings-huggingface>=0.5.3",
|
| 17 |
-
"llama-index-llms-gemini>=0.5.0",
|
| 18 |
-
"llama-index-llms-google-genai>=0.2.1",
|
| 19 |
-
"llama-index-llms-huggingface-api>=0.4.2",
|
| 20 |
-
"llama-index-llms-mistralai>=0.6.0",
|
| 21 |
-
"llama-index-readers-wikipedia>=0.3.0",
|
| 22 |
-
"llama-index-tools-google>=0.3.1",
|
| 23 |
-
"llama-index-tools-wikipedia>=0.3.0",
|
| 24 |
-
"llama-index-utils-workflow>=0.3.2",
|
| 25 |
-
"llama-index-vector-stores-chroma>=0.4.1",
|
| 26 |
-
"openinference-instrumentation-smolagents>=0.1.11",
|
| 27 |
-
"opentelemetry-exporter-otlp>=1.32.1",
|
| 28 |
-
"opentelemetry-sdk>=1.32.1",
|
| 29 |
-
"pip>=25.0.1",
|
| 30 |
-
"requests>=2.32.3",
|
| 31 |
-
"smolagents>=1.10.0",
|
| 32 |
-
]
|
| 33 |
-
|
| 34 |
-
[dependency-groups]
|
| 35 |
-
dev = [
|
| 36 |
-
"ipykernel>=6.29.5",
|
| 37 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
|
@@ -12,7 +12,11 @@ llama-index-tools-google>=0.3.1
|
|
| 12 |
llama-index-tools-wikipedia>=0.3.0
|
| 13 |
llama-index-utils-workflow>=0.3.2
|
| 14 |
llama-index-vector-stores-chroma>=0.4.1
|
|
|
|
|
|
|
| 15 |
openinference-instrumentation-smolagents>=0.1.11
|
|
|
|
|
|
|
| 16 |
opentelemetry-exporter-otlp>=1.32.1
|
| 17 |
opentelemetry-sdk>=1.32.1
|
| 18 |
pip>=25.0.1
|
|
|
|
| 12 |
llama-index-tools-wikipedia>=0.3.0
|
| 13 |
llama-index-utils-workflow>=0.3.2
|
| 14 |
llama-index-vector-stores-chroma>=0.4.1
|
| 15 |
+
llama-index-llms-openrouter>=0.3.2
|
| 16 |
+
llama-index-readers-web>=0.4.2
|
| 17 |
openinference-instrumentation-smolagents>=0.1.11
|
| 18 |
+
llama-index-tools-tavily-research>=0.3.0
|
| 19 |
+
huggingface-hub>=0.29.2
|
| 20 |
opentelemetry-exporter-otlp>=1.32.1
|
| 21 |
opentelemetry-sdk>=1.32.1
|
| 22 |
pip>=25.0.1
|
uv.lock
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|