mirror of
https://github.com/langchain-ai/rag-research-agent-template.git
synced 2026-07-01 20:24:11 -04:00
When adding azure ai for embedding, langgraph studio fails to render the graph #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @EliorKedar1 on GitHub (Feb 23, 2025).
added azure ai embedding model:
added the dependency:
dependencies = [
"langgraph>=0.2.6",
"langchain-openai>=0.1.22",
"langchain>=0.2.14",
"langchain-fireworks>=0.1.7",
"python-dotenv>=1.0.1",
"msgspec>=0.18.6",
"langchain-mongodb>=0.1.9",
"langchain-azure-ai>=0.1.1",
]
WF executed successfully without the rendered graph...