feat(vector): Automatic indexing of documents in s3 storage
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[project]
|
||||
name = "indexer"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"argon2-cffi>=25.1.0",
|
||||
"minio>=7.2.20",
|
||||
"qdrant-client>=1.16.2",
|
||||
"requests>=2.32.5",
|
||||
]
|
||||
Reference in New Issue
Block a user