spring-ai-core-0.8.0.jar中文-英文对照文档.zip

org.springframework.aispring-ai-core0.8.0API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: spring-ai-core-0.8.0.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 1.33 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

spring-ai-core-0.8.0.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:spring-ai-core-0.8.0.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:spring-ai-core-0.8.0.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:spring-ai-core-0.8.0.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:spring-ai-core-0.8.0-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 spring-ai-core-0.8.0.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: Spring AI Core
  • 描述: AI编程的核心领域
  • 版本: 0.8.0

Maven依赖

<dependency>
	<groupId>org.springframework.ai</groupId>
	<artifactId>spring-ai-core</artifactId>
	<version>0.8.0</version>
</dependency>

Gradle依赖

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")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

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.writer

本组件包含的 Java class(类)

org.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