I’m using LangGraph platform and I see it provides Postgres and Redis as part of the managed setup. My question is:
Can I insert my own custom data (for example, a table with goods and their quantities like Apples – 120, Oranges – 75) directly into those managed databases, and then let my graph nodes query that data for validation or RAG use cases?
Or do I need to run a separate external database for this kind of use case?
Hi @arturbagramyan1 , we don’t provide a direct way to connect to the postgres db we manage for you. If you would like to insert/query your own custom data, I recommend using stores.