From acc56e094a2d708e71f68611bd0548b42c031f4f Mon Sep 17 00:00:00 2001 From: ms-tungtt Date: Tue, 10 Jun 2025 00:47:50 +0700 Subject: [PATCH] docs: add query params for Store semantic search (#4828) Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com> --- docs/docs/cloud/reference/api/openapi.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/cloud/reference/api/openapi.json b/docs/docs/cloud/reference/api/openapi.json index f0a741655..90ab47431 100644 --- a/docs/docs/cloud/reference/api/openapi.json +++ b/docs/docs/cloud/reference/api/openapi.json @@ -3818,6 +3818,14 @@ "title": "Filter", "description": "Optional dictionary of key-value pairs to filter results." }, + "query": { + "type": [ + "string", + "null" + ], + "title": "Query", + "description": "Query string for semantic/vector search." + }, "limit": { "type": "integer", "default": 10,