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.