Skip to content

Commit

Permalink
Fix PGVectorStore import in install dependencies (npm) example
Browse files Browse the repository at this point in the history
  • Loading branch information
bploetz committed Jan 15, 2025
1 parent ff0dc58 commit 699b0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core_docs/src/theme/VectorStoreTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const ${vectorStoreVarName} = new MongoDBAtlasVectorSearch(embeddings, {
{
value: "PGVector",
label: "PGVector",
text: `import PGVectorStore from "@langchain/community/vectorstores/pgvector";
text: `import { PGVectorStore } from "@langchain/community/vectorstores/pgvector";
const ${vectorStoreVarName} = await PGVectorStore.initialize(embeddings, {})`,
dependencies: "@langchain/community",
Expand Down

0 comments on commit 699b0db

Please sign in to comment.