Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
norton120 committed Dec 2, 2024
1 parent 2b8d2ad commit 097e6e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion letta/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,11 @@ def launch_pg_binary(self) -> "str":
database = pgserver.get_server(pgdata)

# create pg vector extension
database.psql('CREATE EXTENSION IF NOT EXISTS vector')
database.psql("CREATE EXTENSION IF NOT EXISTS vector")

return database.get_uri()


class TestSettings(Settings):
model_config = SettingsConfigDict(env_prefix="letta_test_")

Expand Down

0 comments on commit 097e6e0

Please sign in to comment.