Skip to content

Commit 324c1d4

Browse files
JonZeollaeyurtsev
andauthored
docs: fix PGVector import examples (#123)
Co-authored-by: Eugene Yurtsev <[email protected]>
1 parent 36ea595 commit 324c1d4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/vectorstore.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"outputs": [],
6969
"source": [
7070
"from langchain_cohere import CohereEmbeddings\n",
71-
"from langchain_postgres import PGVector\n",
7271
"from langchain_postgres.vectorstores import PGVector\n",
7372
"from langchain_core.documents import Document\n",
7473
"\n",

langchain_postgres/vectorstores.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ class PGVector(VectorStore):
269269
Instantiate:
270270
.. code-block:: python
271271
272-
from langchain_postgres import PGVector
273272
from langchain_postgres.vectorstores import PGVector
274273
from langchain_openai import OpenAIEmbeddings
275274

0 commit comments

Comments
 (0)