feat(memory): implement OpenRouter + pgvector memory pipeline
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user