feat(memory): implement OpenRouter + pgvector memory pipeline

This commit is contained in:
windyboy
2026-02-25 16:21:50 +08:00
parent 049ed35557
commit 40330ac90d
15 changed files with 1744 additions and 0 deletions
+13
View File
@@ -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