Pinecone
Maven Dependency
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-pinecone</artifactId>
<version>1.8.0-beta15</version>
</dependency>
Known Issues
- https://github.com/langchain4j/langchain4j/issues/1948
Pinecone stores all numbers as floating-point values,
which means
IntegerandLongvalues (e.g., 1746714878034235396) stored inMetadatamay be corrupted and returned as incorrect numbers! Possible workaround: convert integer/double values toStringbefore storing them inMetadata. Please note that in this case metadata filtering might not work properly!
APIs
PineconeEmbeddingStore