mirror of
https://github.com/langgenius/dify.git
synced 2026-09-01 21:55:46 +08:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: -LAN- <laipz8200@outlook.com>
15 lines
313 B
TOML
15 lines
313 B
TOML
[project]
|
|
name = "dify-vdb-oracle"
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
"oracledb==4.0.2",
|
|
]
|
|
description = "Dify vector store backend (dify-vdb-oracle)."
|
|
|
|
[project.entry-points."dify.vector_backends"]
|
|
oracle = "dify_vdb_oracle.oraclevector:OracleVectorFactory"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|