Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/vectorstore.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"outputs": [],
"source": [
"from langchain_cohere import CohereEmbeddings\n",
"from langchain_postgres import PGVector\n",
"from langchain_postgres.vectorstores import PGVector\n",
"from langchain_core.documents import Document\n",
"\n",
Expand Down
1 change: 0 additions & 1 deletion langchain_postgres/vectorstores.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ class PGVector(VectorStore):
Instantiate:
.. code-block:: python

from langchain_postgres import PGVector
from langchain_postgres.vectorstores import PGVector
from langchain_openai import OpenAIEmbeddings

Expand Down