cunningt commented on code in PR #17299: URL: https://github.com/apache/camel/pull/17299#discussion_r1974571131
########## 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: Good catch - fixed! -- 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