io.quarkiverse.langchain4j.pinecone.runtime.PineconeConfig.jdp Maven / Gradle / Ivy
io.quarkiverse.langchain4j.pinecone.runtime.PineconeConfig.apiKey=The API key to Pinecone.
io.quarkiverse.langchain4j.pinecone.runtime.PineconeConfig.dimension=Dimension of the embeddings in the index. This is required only in case that the index doesn't exist yet\nand needs to be created.
io.quarkiverse.langchain4j.pinecone.runtime.PineconeConfig.environment=Environment name, e.g. gcp-starter or northamerica-northeast1-gcp.
io.quarkiverse.langchain4j.pinecone.runtime.PineconeConfig.indexName=Name of the index within the project. If the index doesn't exist, it will be created.
io.quarkiverse.langchain4j.pinecone.runtime.PineconeConfig.indexReadinessTimeout=The timeout duration for the index to become ready. Only relevant if the index doesn't exist yet and needs to be\ncreated. If not specified, 1 minute will be used.
io.quarkiverse.langchain4j.pinecone.runtime.PineconeConfig.namespace=The namespace.
io.quarkiverse.langchain4j.pinecone.runtime.PineconeConfig.podType=The type of the pod to use. This is only used if the index doesn't exist yet and needs to be created.\nThe format\: One of `s1`, `p1`, or `p2` appended with `.` and one of `x1`, `x2`, `x4`, or `x8`.
io.quarkiverse.langchain4j.pinecone.runtime.PineconeConfig.projectId=ID of the project.
io.quarkiverse.langchain4j.pinecone.runtime.PineconeConfig.textFieldName=The name of the field that contains the text segment.
io.quarkiverse.langchain4j.pinecone.runtime.PineconeConfig.timeout=The timeout duration for the Pinecone client. If not specified, 5 seconds will be used.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy