From bacb93c80667ead9cbfcb073821c8aa54be12214 Mon Sep 17 00:00:00 2001 From: Austin DeNoble Date: Thu, 22 Aug 2024 18:16:42 -0400 Subject: [PATCH] comma --- pinecone/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinecone/client.go b/pinecone/client.go index 1f92980..261abba 100644 --- a/pinecone/client.go +++ b/pinecone/client.go @@ -1218,7 +1218,7 @@ type EmbedRequest struct { // Fields: // - InputType: (Optional) A common property used to distinguish between different types of data. For example, "passage", or "query". // - Truncate: (Optional) How to handle inputs longer than those supported by the model. if "NONE", when the input exceeds -// the maximum input token length an error will be returned. +// the maximum input token length, an error will be returned. type EmbedParameters struct { InputType string Truncate string