langchain-ai / langgraph-studio

Desktop app for prototyping and debugging LangGraph applications locally.
https://studio.langchain.com
1.99k stars 131 forks source link

How to add other volume paths to Lang graph Studio #178

Closed alew3 closed 4 weeks ago

alew3 commented 1 month ago

I want to add a LanceDB database that is not inside the langgraph project folder. How can we add other volumes to the Docker? I didn't see the docker configurations exposed.

dqbd commented 4 weeks ago

Hello! You should be able to specify docker_compose_file in your langgraph.json to extend our Compose stack.

services:
  langgraph-api:
    ...

volumes:
  ...