Closed
Description
I've been getting the error below:
File "/Users/aplchian/repos/FastAPI/./main.py", line 205, in demo_get_path_id
collection = db.create_or_get_collection(collection_id)
File "/Users/aplchian/opt/anaconda3/lib/python3.9/site-packages/pgml/database.py", line 70, in create_or_get_collection
results = run_select_statement(
File "/Users/aplchian/opt/anaconda3/lib/python3.9/site-packages/pgml/dbutils.py", line 80, in run_select_statement
cur.execute(json_conversion_statement)
File "/Users/aplchian/opt/anaconda3/lib/python3.9/site-packages/psycopg/cursor.py", line 723, in execute
raise ex.with_traceback(None)
psycopg.errors.DuplicatePreparedStatement: prepared statement "_pg3_3" already exists
Metadata
Metadata
Assignees
Labels
No labels