Link to conceptual doc (#2641)

This commit is contained in:
William FH
2024-12-05 00:21:01 +00:00
committed by GitHub
parent f028984b2e
commit cd875291ad
13 changed files with 151 additions and 37 deletions
@@ -111,8 +111,8 @@ from langgraph_sdk import get_client
async def search_store():
client = get_client()
results = await client.store.search(
namespace=("memory", "facts"),
results = await client.store.search_items(
("memory", "facts"),
query="your search query",
limit=3 # number of results to return
)