Class VectorMatch
java.lang.Object
io.quarkiverse.langchain4j.pinecone.runtime.VectorMatch
-
Constructor Summary
ConstructorsConstructorDescriptionVectorMatch(String id, float score, Map<String, String> metadata, float[] values) -
Method Summary
-
Constructor Details
-
VectorMatch
-
-
Method Details
-
getId
-
getScore
public float getScore() -
getMetadata
-
getValues
public float[] getValues()
-