diff --git a/pyproject.toml b/pyproject.toml index e665c96..bf80902 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,8 @@ dependencies = [ "agno>=2.1.0", "poml>=0.0.8", "qdrant-client>=1.15.1", - "fastembed>=0.7.3" + "fastembed>=0.7.3", + "ddgs>=9.6.1" ] [project.scripts] diff --git a/requirements.txt b/requirements.txt index 12c4136..f89e4b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,4 +28,7 @@ pytest>=7.4.0 pytest-cov>=4.1.0 black>=23.0.0 isort>=5.12.0 -flake8>=6.0.0 \ No newline at end of file +flake8>=6.0.0 + +# external search +ddgs>=9.6.1 \ No newline at end of file