feat(telegram-bot): memory basic

This commit is contained in:
Neko Ayaka
2025-03-24 02:09:35 +08:00
parent f1331ca037
commit 06a021b9de
30 changed files with 1746 additions and 367 deletions
+4
View File
@@ -0,0 +1,4 @@
ALTER SYSTEM SET vectors.pgvector_compatibility=on;
DROP EXTENSION IF EXISTS vectors;
CREATE EXTENSION vectors;