davsclaus commented on code in PR #17299:
URL: https://github.com/apache/camel/pull/17299#discussion_r1974205259


##########
components/camel-ai/camel-pinecone/src/main/java/org/apache/camel/component/pinecone/PineconeVectorDbConfiguration.java:
##########
@@ -146,6 +149,17 @@ public void setTls(boolean tls) {
         this.tls = tls;
     }
 
+    public String getHost() {
+        return host;
+    }
+
+    /**
+     * Sets the API key to use for authentication

Review Comment:
   Is this description correct? I would assume its some kind of hostname



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to