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

推荐订阅源

博客园 - Franky
N
Netflix TechBlog - Medium
宝玉的分享
宝玉的分享
Google DeepMind News
Google DeepMind News
腾讯CDC
G
Google Developers Blog
Martin Fowler
Martin Fowler
Microsoft Security Blog
Microsoft Security Blog
Recent Announcements
Recent Announcements
爱范儿
爱范儿
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans
aimingoo的专栏
aimingoo的专栏
有赞技术团队
有赞技术团队
Jina AI
Jina AI
人人都是产品经理
人人都是产品经理
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
M
MIT News - Artificial intelligence
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
美团技术团队
WordPress大学
WordPress大学
阮一峰的网络日志
阮一峰的网络日志

LangChain Forum - Topics tagged cloud

Feature Request: Dgraph Integration for LangGraph LangGraph orchestration Problem Langchain model providing adapters Experiment table not showing cost breakdown & own metadata Best practices for self-hosting LangGraph Server OSS without LangGraph keys Dynamically Enabling/Disabling Graphs in a LangGraph Server at Runtime LangGraph thread copy can take 12+ minutes: recommended production pattern? The x402 illusion: Is advertising dead in the age of agents? Unable to delete runs from annotation queue Support “less than” conditions for Run Count alerts RuntimeError: Cannot patch execution_info before it has been set on LangGraph Cloud LangSmith Cloud Deployment Intermittent Issue Unexpected latency in minimal Deep Agent setup (create_deep_agent) + confusing @traceable runs PollerCompletionQueue._handle_events BlockingIOError spam in LangGraph Cloud logs Production deployment health check fails (600s timeout) — Development works with identical code Checkpoint cleanup Bulk exporting trace data delays Langchain core/traces conflict after deploying to aws Langsmith Stream Issues Postgres database size in LangSmith deployment How to use another model in the langsmith Agent Builder UI? Bug: Langsmith Dataset examples wiped from 'latest' Created an awesome agent using the agent builder, what's next? Langsmith API Key in langchain react sdk useStream Help deploying createDeepAgent based agent on LangGraph Cloud Cannot log in to Langsmith EU LangSmith tracing: runs dropped over 20MB + missing image previews after attachment chunking # [Bug/Question] Runtime Context Not Working in Deployed LangSmith Agent - Headers and Config Stripped Langraph State Not Updating Deployment Error: OpenAIEmbedding Attribute Error
Question: Custom datasets inside LangGraph platform DBs
2025-09-04 · via LangChain Forum - Topics tagged cloud

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!