[PR #3317] Support index embed specification via string #3221

Closed
opened 2026-02-20 17:48:16 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/3317

State: closed
Merged: Yes


So you can do

from langgraph.store.memory|posgres|etc. import InMemoryStore

InMemoryStore(index={"embed": "openai:text-embedding-3-small"})
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/3317 **State:** closed **Merged:** Yes --- So you can do ``` from langgraph.store.memory|posgres|etc. import InMemoryStore InMemoryStore(index={"embed": "openai:text-embedding-3-small"}) ```
yindo added the pull-request label 2026-02-20 17:48:16 -05:00
yindo closed this issue 2026-02-20 17:48:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#3221