Uses of Class
com.viglet.turing.persistence.model.store.TurStoreInstance
Packages that use TurStoreInstance
Package
Description
-
Uses of TurStoreInstance in com.viglet.turing.exchange
Method parameters in com.viglet.turing.exchange with type arguments of type TurStoreInstance -
Uses of TurStoreInstance in com.viglet.turing.genai.provider.store
Methods in com.viglet.turing.genai.provider.store with parameters of type TurStoreInstanceModifier and TypeMethodDescriptionorg.springframework.ai.vectorstore.VectorStoreTurChromaStoreProvider.createVectorStore(TurStoreInstance turStoreInstance, org.springframework.ai.embedding.EmbeddingModel embeddingModel, String decryptedCredential) org.springframework.ai.vectorstore.VectorStoreTurGenAiStoreProvider.createVectorStore(TurStoreInstance turStoreInstance, org.springframework.ai.embedding.EmbeddingModel embeddingModel, String decryptedCredential) org.springframework.ai.vectorstore.VectorStoreTurMilvusStoreProvider.createVectorStore(TurStoreInstance turStoreInstance, org.springframework.ai.embedding.EmbeddingModel embeddingModel, String decryptedCredential) TurGenAiStoreProviderFactory.getProvider(TurStoreInstance turStoreInstance) -
Uses of TurStoreInstance in com.viglet.turing.persistence.dto.store
Subclasses of TurStoreInstance in com.viglet.turing.persistence.dto.store -
Uses of TurStoreInstance in com.viglet.turing.persistence.mapper.store
Methods in com.viglet.turing.persistence.mapper.store that return TurStoreInstanceModifier and TypeMethodDescriptionTurStoreInstanceMapper.toEntity(TurStoreInstanceDto dto) TurStoreInstanceMapperImpl.toEntity(TurStoreInstanceDto dto) Methods in com.viglet.turing.persistence.mapper.store with parameters of type TurStoreInstanceModifier and TypeMethodDescriptionTurStoreInstanceMapper.toDto(TurStoreInstance entity) TurStoreInstanceMapperImpl.toDto(TurStoreInstance entity) Method parameters in com.viglet.turing.persistence.mapper.store with type arguments of type TurStoreInstanceModifier and TypeMethodDescriptionTurStoreInstanceMapper.toDtoList(List<TurStoreInstance> entities) TurStoreInstanceMapperImpl.toDtoList(List<TurStoreInstance> entities) TurStoreInstanceMapper.toDtoSet(Set<TurStoreInstance> entities) TurStoreInstanceMapperImpl.toDtoSet(Set<TurStoreInstance> entities) -
Uses of TurStoreInstance in com.viglet.turing.persistence.repository.store
Subinterfaces with type arguments of type TurStoreInstance in com.viglet.turing.persistence.repository.storeMethods in com.viglet.turing.persistence.repository.store with type parameters of type TurStoreInstanceModifier and TypeMethodDescription<S extends TurStoreInstance>
STurStoreInstanceRepository.save(S entity) Methods in com.viglet.turing.persistence.repository.store that return types with arguments of type TurStoreInstanceModifier and TypeMethodDescriptionTurStoreInstanceRepository.findAll()@NotNull Optional<TurStoreInstance>