DOC: opensearch vectorstore example code imports from incorrect path #7308
Labels
auto:documentation
Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder
Checklist
Issue with current documentation:
https://js.langchain.com/docs/integrations/vectorstores/opensearch/
The current example code incorrectly imports
OpenSearchVectorStore
from"langchain/vectorstores/opensearch";
. The package does not exist thereIdea or request for content:
The code should be corrected to
import { OpenSearchVectorStore } from "@langchain/community/vectorstores/opensearch";
The text was updated successfully, but these errors were encountered: