Skip to content

Commit

Permalink
add vector
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jan 15, 2025
1 parent eec5895 commit 8cfcc87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agixt/DB.py
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,7 @@ def migrate_company_agent_name():
while True:
try:
connection = engine.connect()
connection.execute(text("CREATE EXTENSION IF NOT EXISTS vector"))
connection.close()
break
except Exception as e:
Expand Down

0 comments on commit 8cfcc87

Please sign in to comment.