diff --git a/cognee/infrastructure/databases/vector/create_vector_engine.py b/cognee/infrastructure/databases/vector/create_vector_engine.py index b1d185755..f0cbfcd5a 100644 --- a/cognee/infrastructure/databases/vector/create_vector_engine.py +++ b/cognee/infrastructure/databases/vector/create_vector_engine.py @@ -41,7 +41,7 @@ def create_vector_engine(config: VectorConfig, embedding_engine): connection_string: str = ( f"postgresql+asyncpg://{db_username}:{db_password}@{db_host}:{db_port}/{db_name}" - ) + ) return PGVectorAdapter(connection_string, config["vector_db_key"],