Thomas Cunningham created CAMEL-21796: -----------------------------------------
Summary: Pinecone collection should not be mandatory Key: CAMEL-21796 URL: https://issues.apache.org/jira/browse/CAMEL-21796 Project: Camel Issue Type: Task Reporter: Thomas Cunningham In the pinecone component, collection is marked as mandatory : [https://github.com/apache/camel/blob/main/components/camel-ai/camel-pinecone/src/main/java/org/apache/camel/component/pinecone/PineconeVectorDbEndpoint.java#L47-L49] My reading of the pinecone docs is that collection is not a mandatory thing, and that collections really only apply to pod-based indexes, and not to servlerless indexes ([https://docs.pinecone.io/guides/indexes/pods/understanding-collections)] https://docs.pinecone.io/reference/api/2024-10/control-plane/create_collection I think we should remove the requirement that collection be mandatory. -- This message was sent by Atlassian Jira (v8.20.10#820010)