mirror of
https://github.com/langchain-ai/langgraph-memory.git
synced 2026-07-01 09:25:02 -04:00
Fix langgraph version
This commit is contained in:
@@ -32,7 +32,7 @@ This quick start will get your memory service deployed on [LangGraph Cloud](http
|
||||
|
||||
This example defaults to using Pinecone for its memory database, and `nomic-ai/nomic-embed-text-v1.5` as the text encoder (hosted on Fireworks).
|
||||
|
||||
1. [Create an index](https://docs.pinecone.io/reference/api/control-plane/create_index) with a dimension size of `768`. Note down your Pinecone API key, index name, and namespac for the next step.
|
||||
1. [Create an index](https://docs.pinecone.io/reference/api/control-plane/create_index) with a dimension size of `768`. Note down your Pinecone API key, index name, and namespace for the next step.
|
||||
2. [Create an API Key](https://fireworks.ai/api-keys) to use for the LLM & embeddings models served on Fireworks.
|
||||
|
||||
#### Deploy to LangGraph Cloud
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.9.0,<3.13"
|
||||
langgraph = "^0.1.0"
|
||||
langgraph = "^0.2.18"
|
||||
langchain-fireworks = "^0.1.3"
|
||||
# Feel free to swap out for postgres or your favorite database.
|
||||
langchain-pinecone = "^0.1.1"
|
||||
|
||||
Reference in New Issue
Block a user