You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, @dfberry! I'm here to help you with any bugs, questions, or contributions while we wait for a human maintainer. Let's tackle this issue together!
The current structure of the LangChainJS documentation for vector stores is located at the URL path /docs/integrations/vectorstores[1][2]. The correct URL for the PGVectorStore setup instructions should be https://js.langchain.com/docs/integrations/vectorstores/pgvector/#setting-up-an-instance, as it provides the necessary setup instructions for using the PGVectorStore in LangChain.js [3]. This URL should replace the incorrect one in the example code to avoid the 404 error.
Checklist
Issue with current documentation:
In the PG vector store example code, https://github.com/dfberry/langchainjs/blob/main/examples/src/indexes/vector_stores/pgvector_vectorstore/pgvector.ts#L9, the is a URL to setup instructions: https://js.langchain.com/docs/modules/indexes/vector_stores/integrations/pgvector. This URL gives me a 404. I think the correct URL is https://js.langchain.com/docs/integrations/vectorstores/pgvector/#setting-up-an-instance
Idea or request for content:
I'll create a PR for the example code to change.
The text was updated successfully, but these errors were encountered: