We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41a69f commit 88b7137Copy full SHA for 88b7137
examples/text_embedding/main.py
@@ -63,9 +63,7 @@ def text_embedding_flow(
63
64
doc_embeddings.export(
65
"doc_embeddings",
66
- cocoindex.targets.Postgres(
67
- database=cocoindex.setting.DatabaseConnectionSpec(url="123"),
68
- ),
+ cocoindex.targets.Postgres(),
69
primary_key_fields=["filename", "location"],
70
vector_indexes=[
71
cocoindex.VectorIndexDef(
0 commit comments