๐ Share how you're building agents for a chance to win LangChain swag!
curl --request POST \
--url https://api.example.com/store/items/search \
--header 'Content-Type: application/json' \
--data '
{
"namespace_prefix": [
"<string>"
],
"filter": {},
"limit": 10,
"offset": 0,
"query": "<string>"
}
'{
"items": [
{
"namespace": [
"<string>"
],
"key": "<string>",
"value": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}curl --request POST \
--url https://api.example.com/store/items/search \
--header 'Content-Type: application/json' \
--data '
{
"namespace_prefix": [
"<string>"
],
"filter": {},
"limit": 10,
"offset": 0,
"query": "<string>"
}
'{
"items": [
{
"namespace": [
"<string>"
],
"key": "<string>",
"value": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-openap-1765292790-ae6c60d.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Request to search for items within a namespace prefix.
List of strings representing the namespace prefix.
Optional dictionary of key-value pairs to filter results.
Maximum number of items to return (default is 10).
Number of items to skip before returning results (default is 0).
Query string for semantic/vector search.
Success
Show child attributes
Was this page helpful?