added dependencies
This commit is contained in:
parent
b8501eac77
commit
50be0f1067
File diff suppressed because it is too large
Load Diff
|
@ -9,9 +9,13 @@ python = "^3.9"
|
||||||
requests = "^2.27.1"
|
requests = "^2.27.1"
|
||||||
SQLAlchemy = "^1.4.36"
|
SQLAlchemy = "^1.4.36"
|
||||||
tqdm = "^4.64.0"
|
tqdm = "^4.64.0"
|
||||||
|
sentence-transformers = "^2.2.0"
|
||||||
|
faiss-cpu = "^1.7.2"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
jupyter = "^1.0.0"
|
jupyter = "^1.0.0"
|
||||||
|
pinecone-client = "^2.0.10"
|
||||||
|
pandas = "^1.4.2"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
|
Loading…
Reference in New Issue