文件名称: spring-ai-vector-store-1.0.0.jar中文-英文对照文档.zip
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-vector-store</artifactId>
<version>1.0.0</version>
</dependency>Gradle:
implementation group: 'org.springframework.ai', name: 'spring-ai-vector-store', version: '1.0.0'
Gradle (Short):
implementation 'org.springframework.ai:spring-ai-vector-store:1.0.0'
Gradle (Kotlin):
implementation("org.springframework.ai:spring-ai-vector-store:1.0.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.springframework.ai.vectorstore
org.springframework.ai.vectorstore.aot
org.springframework.ai.vectorstore.filter
org.springframework.ai.vectorstore.filter.antlr4
org.springframework.ai.vectorstore.filter.converter
org.springframework.ai.vectorstore.observation
org.springframework.ai.vectorstore.propertiesorg.springframework.ai.vectorstore.AbstractVectorStoreBuilder
org.springframework.ai.vectorstore.SearchRequest
org.springframework.ai.vectorstore.SearchRequest.Builder
org.springframework.ai.vectorstore.SimpleVectorStore
org.springframework.ai.vectorstore.SimpleVectorStore.EmbeddingMath
org.springframework.ai.vectorstore.SimpleVectorStore.SimpleVectorStoreBuilder
org.springframework.ai.vectorstore.SimpleVectorStoreContent
org.springframework.ai.vectorstore.SpringAIVectorStoreTypes
org.springframework.ai.vectorstore.VectorStore
org.springframework.ai.vectorstore.VectorStore.Builder
org.springframework.ai.vectorstore.aot.VectorStoreRuntimeHints
org.springframework.ai.vectorstore.filter.Filter
org.springframework.ai.vectorstore.filter.Filter.Expression
org.springframework.ai.vectorstore.filter.Filter.Group
org.springframework.ai.vectorstore.filter.Filter.Key
org.springframework.ai.vectorstore.filter.Filter.Operand
org.springframework.ai.vectorstore.filter.Filter.Value
org.springframework.ai.vectorstore.filter.FilterExpressionBuilder
org.springframework.ai.vectorstore.filter.FilterExpressionBuilder.Op
org.springframework.ai.vectorstore.filter.FilterExpressionConverter
org.springframework.ai.vectorstore.filter.FilterExpressionTextParser
org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.DescriptiveErrorListener
org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionParseException
org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionVisitor
org.springframework.ai.vectorstore.filter.FilterHelper
org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseVisitor
org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.AndExpressionContext
org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.BooleanConstantContext
org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.BooleanExpressionContext
org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareContext
org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareExpressionContext
org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.ConstantArrayContext
org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.ConstantContext
org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.DecimalConstantContext
org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.GroupExpressionContext
org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.IdentifierContext
org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.InExpressionContext
org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.IntegerConstantContext
org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.NinExpressionContext
org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.NotExpressionContext
org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.OrExpressionContext
org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.TextConstantContext
org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.WhereContext
org.springframework.ai.vectorstore.filter.antlr4.FiltersVisitor
org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter
org.springframework.ai.vectorstore.filter.converter.PineconeFilterExpressionConverter
org.springframework.ai.vectorstore.filter.converter.PrintFilterExpressionConverter
org.springframework.ai.vectorstore.filter.converter.SimpleVectorStoreFilterExpressionConverter
org.springframework.ai.vectorstore.observation.AbstractObservationVectorStore
org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
org.springframework.ai.vectorstore.observation.VectorStoreObservationContext.Builder
org.springframework.ai.vectorstore.observation.VectorStoreObservationConvention
org.springframework.ai.vectorstore.observation.VectorStoreQueryResponseObservationHandler
org.springframework.ai.vectorstore.properties.CommonVectorStoreProperties