From 07815de4e5760e1bfa350f56514601bf3e3e119e Mon Sep 17 00:00:00 2001 From: Atharva J Date: Mon, 13 Nov 2023 19:51:36 +0530 Subject: [PATCH] minor commenting changes --- .../langflow/components/retrievers/VectaraSelfQueryRetriever.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/langflow/components/retrievers/VectaraSelfQueryRetriever.py b/src/backend/langflow/components/retrievers/VectaraSelfQueryRetriever.py index 34c9707f3..dec8efdc2 100644 --- a/src/backend/langflow/components/retrievers/VectaraSelfQueryRetriever.py +++ b/src/backend/langflow/components/retrievers/VectaraSelfQueryRetriever.py @@ -32,7 +32,7 @@ class VectaraComponent(CustomComponent): "metadata_field_info": { "display_name": "Metadata Field Info", "info": "Check dictionary format in documentation for self query retriever", - "info": "Each metadata field is a json string containing additional search metadata. Example input: {\"name\":\"speech\",\"description\":\"what name of the speech\",\"type\":\"string or list[string]\"}. The keys should remain constant", + "info": "Each metadata field is a string in the form of json containing additional search metadata.\nExample input: {\"name\":\"speech\",\"description\":\"what name of the speech\",\"type\":\"string or list[string]\"}.\nThe keys should remain constant", }, }