Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rlancemartin committed Oct 4, 2024
1 parent d0f1e1e commit b42e273
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,23 +66,25 @@ OPENAI_API_KEY=your-api-key
End setup instructions
-->
### Test in LangGraph Studio
### LangGraph Studio
If you want to test locally, [install the LangGraph Studio desktop app](https://github.com/langchain-ai/langgraph-studio?tab=readme-ov-file#download).
If you want to test in the cloud, [follow these instructions to deploy this repository to LangGraph Cloud](https://langchain-ai.github.io/langgraph/cloud/) and open Studio in your browser.
Open this repository in LangGraph studio.
In LangGraph Studio, you can set your `user_id`, `model`, and other configurations.
In LangGraph Studio, you can set your `user_id`, `model`, or other configurations.
![Flow](./static/studio.png)
Navigate to the "`chatbot`" graph and have a conversation with it!
Try sending some messages saying your name and other things the bot should remember.
Wait ~10-20 seconds for many memories to be created and saved, then create a *new* thread using the `+` icon.
Wait ~10-20 seconds for many memories to be created and saved.
Then, create a *new* thread using the `+` icon.
Then chat with the bot again - if you've completed your setup correctly, the bot should now have access to the memories you've saved!
Expand Down

0 comments on commit b42e273

Please sign in to comment.