All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.langchain4j.rag.spring.RetrievalProperties Maven / Gradle / Ivy

There is a newer version: 1.0.0-alpha1
Show newest version
package dev.langchain4j.rag.spring;

record RetrievalProperties(Integer maxResults, Double minScore) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy