Skip to content

Commit

Permalink
Fix vector lngth
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Aug 10, 2023
1 parent f2e9059 commit 80baa1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agentmemory/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def ensure_table_exists(self, category):
id SERIAL PRIMARY KEY,
document TEXT NOT NULL,
metadata JSONB,
embedding VECTOR(1024)
embedding VECTOR(384)
)
"""
)
Expand Down

0 comments on commit 80baa1a

Please sign in to comment.