nit: pgvector python example notebook, fix variable reference (#5595)

# Your PR Title (What it does)

Fixes the pgvector python example notebook : one of the variables was
not referencing anything

## Before submitting

## Who can review?

Community members can review the PR once tests pass. Tag
maintainers/contributors who might be interested:

VectorStores / Retrievers / Memory
  - @dev2049
searx_updates
C.J. Jameson 12 months ago committed by GitHub
parent b201cfaa0f
commit 4e71a1702b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -246,7 +246,7 @@
"outputs": [],
"source": [
"db = PGVector.from_documents(\n",
" documents=data,\n",
" documents=docs,\n",
" embedding=embeddings,\n",
" collection_name=collection_name,\n",
" connection_string=connection_string,\n",

Loading…
Cancel
Save