Replies: 1 comment
-
@anantvir I had a similar issue and my problem was that in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I face below error when I import my project from vs code to LangGraph studio. Can someone help me resolve this ? Thanks in advance !
------------------------------------------------ Error -----------------------------------------------------------------------
pyproject.toml
[tool.poetry]
name = "corrective rag"
version = "0.1.0"
description = ""
authors = ["Anantvir"]
readme = "README.md"
packages = [{include = "graph"}]
[tool.poetry.dependencies]
python = "^3.12"
langgraph = "^0.2.19"
beautifulsoup4 = "^4.12.3"
langchain = "^0.2.16"
langchainhub = "^0.1.21"
langchain-community = "^0.2.16"
tavily-python = "^0.4.0"
chroma = "^0.2.0"
python-dotenv = "^1.0.1"
black = "^24.8.0"
isort = "^5.13.2"
pytest = "^8.3.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
langgraph.json
{
"graphs": {
"agent": "./graph/graph.py:app"
},
"env": ".env",
"dependencies": ["."]
}
Docker version : 27.1.1
Langgraph version : 0.2.19
Directory structure :
Beta Was this translation helpful? Give feedback.
All reactions