Skip to content

Commit 9715978

Browse files
authored
dependencies for the external search (#14)
1 parent e40564a commit 9715978

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ dependencies = [
3434
"agno>=2.1.0",
3535
"poml>=0.0.8",
3636
"qdrant-client>=1.15.1",
37-
"fastembed>=0.7.3"
37+
"fastembed>=0.7.3",
38+
"ddgs>=9.6.1"
3839
]
3940

4041
[project.scripts]

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ pytest>=7.4.0
2828
pytest-cov>=4.1.0
2929
black>=23.0.0
3030
isort>=5.12.0
31-
flake8>=6.0.0
31+
flake8>=6.0.0
32+
33+
# external search
34+
ddgs>=9.6.1

0 commit comments

Comments
 (0)