14 lines
279 B
TOML
14 lines
279 B
TOML
[project]
|
|
name = "vault-memory-pgvector"
|
|
version = "0.1.0"
|
|
description = "OpenRouter + pgvector memory indexing scripts"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"psycopg[binary]>=3.2,<3.4",
|
|
"python-dotenv>=1.0,<2.0",
|
|
"requests>=2.31,<3.0",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|