Spaces:
Running
Running
Delanoe Pirard
commited on
Commit
·
36f433e
1
Parent(s):
707812f
clean 2
Browse files- agents/research_agent.py +1 -0
- pyproject.toml +2 -2
- requirements.txt +1 -1
- uv.lock +5 -5
agents/research_agent.py
CHANGED
@@ -26,6 +26,7 @@ except ImportError:
|
|
26 |
logging.warning("Selenium or Helium not installed. Browser interaction tools will be unavailable.")
|
27 |
SELENIUM_AVAILABLE = False
|
28 |
|
|
|
29 |
|
30 |
# Setup logging
|
31 |
logger = logging.getLogger(__name__)
|
|
|
26 |
logging.warning("Selenium or Helium not installed. Browser interaction tools will be unavailable.")
|
27 |
SELENIUM_AVAILABLE = False
|
28 |
|
29 |
+
from llama_index.core.st
|
30 |
|
31 |
# Setup logging
|
32 |
logger = logging.getLogger(__name__)
|
pyproject.toml
CHANGED
@@ -14,8 +14,8 @@ dependencies = [
|
|
14 |
"helium>=5.1.1",
|
15 |
"huggingface>=0.0.1",
|
16 |
"imageio>=2.37.0",
|
17 |
-
"llama-index
|
18 |
-
"llama-index-core
|
19 |
"llama-index-embeddings-huggingface>=0.5.3",
|
20 |
"llama-index-llms-google-genai>=0.1.9",
|
21 |
"llama-index-retrievers-bm25>=0.5.2",
|
|
|
14 |
"helium>=5.1.1",
|
15 |
"huggingface>=0.0.1",
|
16 |
"imageio>=2.37.0",
|
17 |
+
"llama-index==0.12.33",
|
18 |
+
"llama-index-core==0.12.33",
|
19 |
"llama-index-embeddings-huggingface>=0.5.3",
|
20 |
"llama-index-llms-google-genai>=0.1.9",
|
21 |
"llama-index-retrievers-bm25>=0.5.2",
|
requirements.txt
CHANGED
@@ -8,7 +8,7 @@ gradio[oauth]>=5.28.0
|
|
8 |
helium>=5.1.1
|
9 |
huggingface>=0.0.1
|
10 |
imageio>=2.37.0
|
11 |
-
llama-index
|
12 |
llama-index-embeddings-huggingface>=0.5.3
|
13 |
llama-index-llms-google-genai>=0.1.9
|
14 |
llama-index-retrievers-bm25>=0.5.2
|
|
|
8 |
helium>=5.1.1
|
9 |
huggingface>=0.0.1
|
10 |
imageio>=2.37.0
|
11 |
+
llama-index==0.12.33
|
12 |
llama-index-embeddings-huggingface>=0.5.3
|
13 |
llama-index-llms-google-genai>=0.1.9
|
14 |
llama-index-retrievers-bm25>=0.5.2
|
uv.lock
CHANGED
@@ -917,8 +917,8 @@ requires-dist = [
|
|
917 |
{ name = "helium", specifier = ">=5.1.1" },
|
918 |
{ name = "huggingface", specifier = ">=0.0.1" },
|
919 |
{ name = "imageio", specifier = ">=2.37.0" },
|
920 |
-
{ name = "llama-index", specifier = "
|
921 |
-
{ name = "llama-index-core", specifier = "
|
922 |
{ name = "llama-index-embeddings-huggingface", specifier = ">=0.5.3" },
|
923 |
{ name = "llama-index-llms-google-genai", specifier = ">=0.1.9" },
|
924 |
{ name = "llama-index-retrievers-bm25", specifier = ">=0.5.2" },
|
@@ -1520,7 +1520,7 @@ wheels = [
|
|
1520 |
|
1521 |
[[package]]
|
1522 |
name = "llama-index-core"
|
1523 |
-
version = "0.12.
|
1524 |
source = { registry = "https://pypi.org/simple" }
|
1525 |
dependencies = [
|
1526 |
{ name = "aiohttp" },
|
@@ -1547,9 +1547,9 @@ dependencies = [
|
|
1547 |
{ name = "typing-inspect" },
|
1548 |
{ name = "wrapt" },
|
1549 |
]
|
1550 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1551 |
wheels = [
|
1552 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1553 |
]
|
1554 |
|
1555 |
[[package]]
|
|
|
917 |
{ name = "helium", specifier = ">=5.1.1" },
|
918 |
{ name = "huggingface", specifier = ">=0.0.1" },
|
919 |
{ name = "imageio", specifier = ">=2.37.0" },
|
920 |
+
{ name = "llama-index", specifier = "==0.12.33" },
|
921 |
+
{ name = "llama-index-core", specifier = "==0.12.33" },
|
922 |
{ name = "llama-index-embeddings-huggingface", specifier = ">=0.5.3" },
|
923 |
{ name = "llama-index-llms-google-genai", specifier = ">=0.1.9" },
|
924 |
{ name = "llama-index-retrievers-bm25", specifier = ">=0.5.2" },
|
|
|
1520 |
|
1521 |
[[package]]
|
1522 |
name = "llama-index-core"
|
1523 |
+
version = "0.12.33"
|
1524 |
source = { registry = "https://pypi.org/simple" }
|
1525 |
dependencies = [
|
1526 |
{ name = "aiohttp" },
|
|
|
1547 |
{ name = "typing-inspect" },
|
1548 |
{ name = "wrapt" },
|
1549 |
]
|
1550 |
+
sdist = { url = "https://files.pythonhosted.org/packages/ad/16/ce4eda04c0b7cc3b4167cda785638413b981748b83927d3e2f6ad4197392/llama_index_core-0.12.33.tar.gz", hash = "sha256:1324332ae3aa3fd3309e93566c1881c32e889591013fa5e17ac74f7441a70804", size = 3036830 }
|
1551 |
wheels = [
|
1552 |
+
{ url = "https://files.pythonhosted.org/packages/c5/46/58fb07e21ec8a24a7ee6792d32cacbe8aad2cf9219e00812d5f8bf623e06/llama_index_core-0.12.33-py3-none-any.whl", hash = "sha256:adf5a0a5c74cfa57f90cb3699949a5592aa1a6f8b86bf463c602b485619f1192", size = 814923 },
|
1553 |
]
|
1554 |
|
1555 |
[[package]]
|