Skip to content

Commit d5babda

Browse files
authored
-fixed ollama dependency issue (#24)
1 parent 33db5c1 commit d5babda

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ dependencies = [
3737
"fastembed>=0.7.3",
3838
"ddgs>=9.6.1",
3939
"sqlalchemy>=2.0.45",
40-
"chromadb>=1.3.7"
40+
"chromadb>=1.3.7",
41+
"ollama>=0.6.1"
4142
]
4243

4344
[project.scripts]

0 commit comments

Comments
 (0)