Spaces:
Runtime error
Runtime error
Larry Yin
commited on
Commit
•
d40491e
1
Parent(s):
784d46d
Added comma
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ embedding = OpenAIEmbeddings()
|
|
23 |
|
24 |
CONNECTION_STRING = PGVector.connection_string_from_db_params(
|
25 |
driver=os.environ.get("PGVECTOR_DRIVER", "psycopg2"),
|
26 |
-
host=host
|
27 |
port=int(port),
|
28 |
database=database_name,
|
29 |
user=user,
|
|
|
23 |
|
24 |
CONNECTION_STRING = PGVector.connection_string_from_db_params(
|
25 |
driver=os.environ.get("PGVECTOR_DRIVER", "psycopg2"),
|
26 |
+
host=host,
|
27 |
port=int(port),
|
28 |
database=database_name,
|
29 |
user=user,
|