Uses of Enum Class
org.springframework.ai.vectorstore.CouchbaseIndexOptimization
Packages that use CouchbaseIndexOptimization
Package
Description
Provides interfaces and implementations for working with vector databases in Spring AI.
-
Uses of CouchbaseIndexOptimization in org.springframework.ai.vectorstore
Subclasses with type arguments of type CouchbaseIndexOptimization in org.springframework.ai.vectorstoreModifier and TypeClassDescriptionenumChoose whether the Vector store should prioritize recall or latency when returning similar vectors in search results.Methods in org.springframework.ai.vectorstore that return CouchbaseIndexOptimizationModifier and TypeMethodDescriptionstatic CouchbaseIndexOptimizationReturns the enum constant of this class with the specified name.static CouchbaseIndexOptimization[]CouchbaseIndexOptimization.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.vectorstore with parameters of type CouchbaseIndexOptimizationModifier and TypeMethodDescriptionCouchbaseSearchVectorStore.Builder.indexOptimization(CouchbaseIndexOptimization indexOptimization) Choose to prioritize accuracy or latency. -
Uses of CouchbaseIndexOptimization in org.springframework.ai.vectorstore.couchbase.autoconfigure
Methods in org.springframework.ai.vectorstore.couchbase.autoconfigure that return CouchbaseIndexOptimizationMethods in org.springframework.ai.vectorstore.couchbase.autoconfigure with parameters of type CouchbaseIndexOptimizationModifier and TypeMethodDescriptionvoidCouchbaseSearchVectorStoreProperties.setOptimization(CouchbaseIndexOptimization optimization)