文件名称: spring-ai-core-0.8.0.jar中文-英文对照文档.zip
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-core</artifactId>
<version>0.8.0</version>
</dependency>Gradle:
implementation group: 'org.springframework.ai', name: 'spring-ai-core', version: '0.8.0'
Gradle (Short):
implementation 'org.springframework.ai:spring-ai-core:0.8.0'
Gradle (Kotlin):
implementation("org.springframework.ai:spring-ai-core:0.8.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.springframework.ai
org.springframework.ai.aot
org.springframework.ai.chat
org.springframework.ai.chat.messages
org.springframework.ai.chat.metadata
org.springframework.ai.chat.prompt
org.springframework.ai.document
org.springframework.ai.document.id
org.springframework.ai.embedding
org.springframework.ai.image
org.springframework.ai.model
org.springframework.ai.model.function
org.springframework.ai.parser
org.springframework.ai.reader
org.springframework.ai.transformer
org.springframework.ai.transformer.splitter
org.springframework.ai.vectorstore
org.springframework.ai.vectorstore.filter
org.springframework.ai.vectorstore.filter.antlr4
org.springframework.ai.vectorstore.filter.converter
org.springframework.ai.writerorg.springframework.ai.ResourceUtils
org.springframework.ai.aot.AiRuntimeHints
org.springframework.ai.aot.KnuddelsRuntimeHints
org.springframework.ai.aot.SpringAiCoreRuntimeHints
org.springframework.ai.chat.ChatClient
org.springframework.ai.chat.ChatResponse
org.springframework.ai.chat.Generation
org.springframework.ai.chat.StreamingChatClient
org.springframework.ai.chat.messages.AbstractMessage
org.springframework.ai.chat.messages.AssistantMessage
org.springframework.ai.chat.messages.ChatMessage
org.springframework.ai.chat.messages.FunctionMessage
org.springframework.ai.chat.messages.Message
org.springframework.ai.chat.messages.SystemMessage
org.springframework.ai.chat.messages.UserMessage
org.springframework.ai.chat.metadata.ChatGenerationMetadata
org.springframework.ai.chat.metadata.ChatResponseMetadata
org.springframework.ai.chat.metadata.EmptyRateLimit
org.springframework.ai.chat.metadata.EmptyUsage
org.springframework.ai.chat.metadata.PromptMetadata
org.springframework.ai.chat.metadata.PromptMetadata.PromptFilterMetadata
org.springframework.ai.chat.metadata.RateLimit
org.springframework.ai.chat.metadata.Usage
org.springframework.ai.chat.prompt.AssistantPromptTemplate
org.springframework.ai.chat.prompt.ChatOptions
org.springframework.ai.chat.prompt.ChatOptionsBuilder
org.springframework.ai.chat.prompt.ChatPromptTemplate
org.springframework.ai.chat.prompt.FunctionPromptTemplate
org.springframework.ai.chat.prompt.Prompt
org.springframework.ai.chat.prompt.PromptTemplate
org.springframework.ai.chat.prompt.PromptTemplateActions
org.springframework.ai.chat.prompt.PromptTemplateChatActions
org.springframework.ai.chat.prompt.PromptTemplateMessageActions
org.springframework.ai.chat.prompt.PromptTemplateStringActions
org.springframework.ai.chat.prompt.SystemPromptTemplate
org.springframework.ai.document.ContentFormatter
org.springframework.ai.document.DefaultContentFormatter
org.springframework.ai.document.DefaultContentFormatter.Builder
org.springframework.ai.document.Document
org.springframework.ai.document.DocumentReader
org.springframework.ai.document.DocumentRetriever
org.springframework.ai.document.DocumentTransformer
org.springframework.ai.document.DocumentWriter
org.springframework.ai.document.id.IdGenerator
org.springframework.ai.document.id.JdkSha256HexIdGenerator
org.springframework.ai.document.id.RandomIdGenerator
org.springframework.ai.embedding.AbstractEmbeddingClient
org.springframework.ai.embedding.Embedding
org.springframework.ai.embedding.EmbeddingClient
org.springframework.ai.embedding.EmbeddingOptions
org.springframework.ai.embedding.EmbeddingOptions.EmptyEmbeddingOptions
org.springframework.ai.embedding.EmbeddingRequest
org.springframework.ai.embedding.EmbeddingResponse
org.springframework.ai.embedding.EmbeddingResponseMetadata
org.springframework.ai.embedding.EmbeddingResultMetadata
org.springframework.ai.image.Image
org.springframework.ai.image.ImageClient
org.springframework.ai.image.ImageGeneration
org.springframework.ai.image.ImageGenerationMetadata
org.springframework.ai.image.ImageMessage
org.springframework.ai.image.ImageOptions
org.springframework.ai.image.ImageOptionsBuilder
org.springframework.ai.image.ImagePrompt
org.springframework.ai.image.ImageResponse
org.springframework.ai.image.ImageResponseMetadata
org.springframework.ai.model.ModelClient
org.springframework.ai.model.ModelOptions
org.springframework.ai.model.ModelOptionsUtils
org.springframework.ai.model.ModelRequest
org.springframework.ai.model.ModelResponse
org.springframework.ai.model.ModelResult
org.springframework.ai.model.ResponseMetadata
org.springframework.ai.model.ResultMetadata
org.springframework.ai.model.StreamingModelClient
org.springframework.ai.model.function.FunctionCallback
org.springframework.ai.model.function.FunctionCallbackContext
org.springframework.ai.model.function.FunctionCallbackWrapper
org.springframework.ai.model.function.TypeResolverHelper
org.springframework.ai.parser.AbstractConversionServiceOutputParser
org.springframework.ai.parser.AbstractMessageConverterOutputParser
org.springframework.ai.parser.BeanOutputParser
org.springframework.ai.parser.FormatProvider
org.springframework.ai.parser.ListOutputParser
org.springframework.ai.parser.MapOutputParser
org.springframework.ai.parser.OutputParser
org.springframework.ai.parser.Parser
org.springframework.ai.reader.EmptyJsonMetadataGenerator
org.springframework.ai.reader.ExtractedTextFormatter
org.springframework.ai.reader.ExtractedTextFormatter.Builder
org.springframework.ai.reader.JsonMetadataGenerator
org.springframework.ai.reader.JsonReader
org.springframework.ai.reader.TextReader
org.springframework.ai.transformer.ContentFormatTransformer
org.springframework.ai.transformer.KeywordMetadataEnricher
org.springframework.ai.transformer.SummaryMetadataEnricher
org.springframework.ai.transformer.splitter.TextSplitter
org.springframework.ai.transformer.splitter.TokenTextSplitter
org.springframework.ai.vectorstore.SearchRequest
org.springframework.ai.vectorstore.SimpleVectorStore
org.springframework.ai.vectorstore.SimpleVectorStore.Similarity
org.springframework.ai.vectorstore.VectorStore
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.ChromaFilterExpressionConverter
org.springframework.ai.vectorstore.filter.converter.MilvusFilterExpressionConverter
org.springframework.ai.vectorstore.filter.converter.PgVectorFilterExpressionConverter
org.springframework.ai.vectorstore.filter.converter.PineconeFilterExpressionConverter
org.springframework.ai.vectorstore.filter.converter.PrintFilterExpressionConverter
org.springframework.ai.writer.FileDocumentWriter