惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
IT之家
IT之家
The Cloudflare Blog
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
N
Netflix TechBlog - Medium
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
L
LangChain Blog
博客园 - Franky
美团技术团队
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
小众软件
小众软件
Y
Y Combinator Blog
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Docker
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News

LangChain Forum - Topics tagged langsmith-studio

Production use of PostgresSaver: service-owned migrations and checkpoint retention in Node.js AttributeError: 'AsyncSandboxClient' object has no attribute 'get_template' reasoning_content visible in LangSmith when using langgraph up but not in standalone Python Unable to delete runs from annotation queue Incorrect `reasoning_effort` options in the UI Unexpected latency in minimal Deep Agent setup (create_deep_agent) + confusing @traceable runs LangSmith Studio file upload with Deep Agents causing OpenAI 400 error Why can't my 'langgraph cli' load 'checkpointer' TypeError: Type is not JSON serializable: ProxyUser Langsmith Stream Issues How to use another model in the langsmith Agent Builder UI? # [Bug/Question] Runtime Context Not Working in Deployed LangSmith Agent - Headers and Config Stripped Alert notifications not triggering for tag-based Parallel Test Scenarios vs OpenAI Rate Limits Unplanned triggering of “PII detection” when launching the agent in self-hosted LangSmith Studio can't connect to self-hosted LangGraph server on Railway - "origin is not allowed" POSTGRES_URI_CUSTOM is ignored by LangGraph runtime; runtime always falls back to in-memory Langsmith Studio not showing state schema Image registration issue Manager graph does not get the header despite adding the custom heade in langgraph.json Feedback request: LangGraph + Laravel workflow to auto-fill form fields from a PDF diagram Local server setup failed LangGraph CLI treats InjectedState as required tool parameter and fails the validation Support passing runtime context in Send API InvalidUpdateError: Node __copy__ does not exist - LangGraph State Update Failure Does langGraph-studio not support user custom type? How to get the Original Tool Call Output in the agent? How to Pass Runtime Data from SDK to LangGraph Nodes Without Polluting State? How can I properly integrate open-deep-research package to my existing backend? Studio not recognizing my custom inputs
Question: Custom datasets inside LangGraph platform DBs
2025-09-04 · via LangChain Forum - Topics tagged langsmith-studio

Hi everyone, 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? Thanks!