Replies: 1 comment 3 replies
-
This seems like an error for the langchain-postgres package, rather than langgraph |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, all.
I have created vector embeddings using
PGVector
following the docs. Here is a rough snippet of how I created the vectors:I can see that this creates tables in postgres with embeddings. I then created a retriever as a tool in LangGraph with roughly the following code:
However, when I ask a question in LangGraph that would use this RAG, I get the following error:
For the record, here are my package versions:
Beta Was this translation helpful? Give feedback.
All reactions