Uses of Class
dev.langchain4j.community.store.embedding.alloydb.AlloyDBEngine
Packages that use AlloyDBEngine
Package
Description
-
Uses of AlloyDBEngine in dev.langchain4j.community.data.document.loader.alloydb
Methods in dev.langchain4j.community.data.document.loader.alloydb with parameters of type AlloyDBEngineModifier and TypeMethodDescriptionstatic AlloyDBLoader.BuilderAlloyDBLoader.builder(AlloyDBEngine engine) Create a newAlloyDBLoader.Builder.Constructors in dev.langchain4j.community.data.document.loader.alloydb with parameters of type AlloyDBEngine -
Uses of AlloyDBEngine in dev.langchain4j.community.store.embedding.alloydb
Methods in dev.langchain4j.community.store.embedding.alloydb that return AlloyDBEngineModifier and TypeMethodDescriptionAlloyDBEngine.Builder.build()Builds anAlloyDBEnginestore with the configuration applied to this builder.Methods in dev.langchain4j.community.store.embedding.alloydb with parameters of type AlloyDBEngineModifier and TypeMethodDescriptionAlloyDBEmbeddingStore.builder(AlloyDBEngine engine, String tableName) Create a newAlloyDBEmbeddingStore.Builder.Constructors in dev.langchain4j.community.store.embedding.alloydb with parameters of type AlloyDBEngineModifierConstructorDescriptionBuilder(AlloyDBEngine engine, String tableName) Constructor for Builder