diff --git a/examples/text_embedding/main.py b/examples/text_embedding/main.py index 2db2d722..a4b3f254 100644 --- a/examples/text_embedding/main.py +++ b/examples/text_embedding/main.py @@ -63,9 +63,7 @@ def text_embedding_flow( doc_embeddings.export( "doc_embeddings", - cocoindex.targets.Postgres( - database=cocoindex.setting.DatabaseConnectionSpec(url="123"), - ), + cocoindex.targets.Postgres(), primary_key_fields=["filename", "location"], vector_indexes=[ cocoindex.VectorIndexDef(