文件名称: spring-ai-chroma-store-1.0.0-M7.jar中文-英文对照文档.zip
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-chroma-store</artifactId>
<version>1.0.0-M7</version>
</dependency>Gradle:
implementation group: 'org.springframework.ai', name: 'spring-ai-chroma-store', version: '1.0.0-M7'
Gradle (Short):
implementation 'org.springframework.ai:spring-ai-chroma-store:1.0.0-M7'
Gradle (Kotlin):
implementation("org.springframework.ai:spring-ai-chroma-store:1.0.0-M7")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.springframework.ai.chroma.vectorstoreorg.springframework.ai.chroma.vectorstore.ChromaApi
org.springframework.ai.chroma.vectorstore.ChromaApi.AddEmbeddingsRequest
org.springframework.ai.chroma.vectorstore.ChromaApi.Collection
org.springframework.ai.chroma.vectorstore.ChromaApi.CreateCollectionRequest
org.springframework.ai.chroma.vectorstore.ChromaApi.DeleteEmbeddingsRequest
org.springframework.ai.chroma.vectorstore.ChromaApi.Embedding
org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingResponse
org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingsRequest
org.springframework.ai.chroma.vectorstore.ChromaApi.QueryRequest
org.springframework.ai.chroma.vectorstore.ChromaApi.QueryResponse
org.springframework.ai.chroma.vectorstore.ChromaFilterExpressionConverter
org.springframework.ai.chroma.vectorstore.ChromaVectorStore
org.springframework.ai.chroma.vectorstore.ChromaVectorStore.Builder