From 64c80e3fbc0b481ba735d3ac1bccd6a62ff575a6 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Thu, 19 Dec 2024 13:08:55 +0530 Subject: [PATCH] Doc: Update V1 search params (#2096) --- docs/openapi.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/openapi.json b/docs/openapi.json index d515c490..2e5d03f3 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -4071,6 +4071,26 @@ "type": "string", "nullable": true, "description": "The unique identifier of the project associated with the memory." + }, + "filter_memories": { + "title": "Filter memories", + "type": "boolean", + "default": false, + "description": "Whether to properly filter the memories according to the input." + }, + "categories": { + "title": "Categories", + "type": "array", + "items": { + "type": "string" + }, + "description": "A list of categories to filter the memories by." + }, + "only_metadata_based_search": { + "title": "Only metadata based search", + "type": "boolean", + "default": false, + "description": "Whether to only search for memories based on metadata." } } },