- lastChoice() - 接口 中的方法org.noear.solon.ai.chat.ChatResponse
-
最后一个选择
- lastChoice() - 类 中的方法org.noear.solon.ai.chat.ChatResponseDefault
-
最后一个选择
- LATEST_PROTOCOL_VERSION - 类 中的静态变量io.modelcontextprotocol.spec.McpSchema
-
- level() - 枚举 中的方法io.modelcontextprotocol.spec.McpSchema.LoggingLevel
-
- level(McpSchema.LoggingLevel) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.LoggingMessageNotification.Builder
-
- limit(int) - 类 中的方法org.noear.solon.ai.rag.util.QueryCondition
-
配置限制条数
- listCollections() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.ChromaClient
-
获取所有集合
- listCollections() - 类 中的方法org.noear.solon.ai.rag.repository.dashvector.DashVectorClient
-
获取所有集合
- ListCollectionsResponse - org.noear.solon.ai.rag.repository.dashvector中的类
-
ListCollectionsResponse
- ListCollectionsResponse() - 类 的构造器org.noear.solon.ai.rag.repository.dashvector.ListCollectionsResponse
-
- listPrompts() - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
-
Retrieves the list of all prompts provided by the server.
- listPrompts(String) - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
-
Retrieves a paginated list of prompts provided by the server.
- listPrompts(String) - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
-
- listPrompts() - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
-
- ListPromptsResult() - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ListPromptsResult
-
- listResources() - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
-
Retrieves the list of all resources provided by the server.
- listResources(String) - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
-
Retrieves a paginated list of resources provided by the server.
- listResources(String) - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
-
Send a resources/list request.
- listResources() - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
-
Send a resources/list request.
- ListResourcesResult() - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ListResourcesResult
-
- listResourceTemplates() - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
-
Retrieves the list of all resource templates provided by the server.
- listResourceTemplates(String) - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
-
Retrieves a paginated list of resource templates provided by the server.
- listResourceTemplates(String) - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
-
Resource templates allow servers to expose parameterized resources using URI
templates.
- listResourceTemplates() - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
-
Request a list of resource templates the server has.
- ListResourceTemplatesResult() - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ListResourceTemplatesResult
-
- listRoots() - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
-
- listRoots(String) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
-
- listRoots() - 类 中的方法io.modelcontextprotocol.server.McpAsyncServerExchange
-
Retrieves the list of all roots provided by the client.
- listRoots(String) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServerExchange
-
Retrieves a paginated list of roots provided by the client.
- listRoots() - 类 中的方法io.modelcontextprotocol.server.McpSyncServerExchange
-
Retrieves the list of all roots provided by the client.
- listRoots(String) - 类 中的方法io.modelcontextprotocol.server.McpSyncServerExchange
-
Retrieves a paginated list of roots provided by the client.
- ListRootsResult() - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ListRootsResult
-
- listTools() - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
-
Retrieves the list of all tools provided by the server.
- listTools(String) - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
-
Retrieves a paginated list of tools provided by the server.
- listTools() - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
-
Retrieves the list of all tools provided by the server.
- listTools(String) - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
-
Retrieves a paginated list of tools provided by the server.
- ListToolsResult() - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ListToolsResult
-
- ListUtil - org.noear.solon.ai.rag.util中的类
-
列表工具
- ListUtil() - 类 的构造器org.noear.solon.ai.rag.util.ListUtil
-
- load() - 接口 中的方法org.noear.solon.ai.rag.DocumentLoader
-
加载文档
- load() - 类 中的方法org.noear.solon.ai.rag.loader.DdlLoader
-
- load() - 类 中的方法org.noear.solon.ai.rag.loader.ExcelLoader
-
- load() - 类 中的方法org.noear.solon.ai.rag.loader.HtmlSimpleLoader
-
- load() - 类 中的方法org.noear.solon.ai.rag.loader.MarkdownLoader
-
- load() - 类 中的方法org.noear.solon.ai.rag.loader.PdfLoader
-
- load() - 类 中的方法org.noear.solon.ai.rag.loader.PptLoader
-
- load() - 类 中的方法org.noear.solon.ai.rag.loader.TextLoader
-
- load() - 类 中的方法org.noear.solon.ai.rag.loader.WordLoader
-
- loadMode(PdfLoader.LoadMode) - 类 中的方法org.noear.solon.ai.rag.loader.PdfLoader.Options
-
PDF 加载模式,可以是单文档模式或分页模式
- loadMode(PptLoader.LoadMode) - 类 中的方法org.noear.solon.ai.rag.loader.PptLoader.Options
-
- loadMode(WordLoader.LoadMode) - 类 中的方法org.noear.solon.ai.rag.loader.WordLoader.Options
-
WORD 加载模式,可以是单文档模式或分页模式
- loadNdjson(String) - 接口 中的方法org.noear.solon.ai.chat.ChatSession
-
加载 ndjson
- loadNdjson(InputStream) - 接口 中的方法org.noear.solon.ai.chat.ChatSession
-
加载 ndjson
- loadOptions(String, String) - 类 中的方法org.noear.solon.ai.rag.loader.DdlLoader.Options
-
targetSchema为null,不管targetTable是否为null,则是全库全表加载
targetSchema不为null,targetTable为null则是单库全表加载
targetSchema不为null,targetTable不为null则是单库单表加载
否则默认是全库全表加载
- logger(String) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.LoggingMessageNotification.Builder
-
- logging() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ServerCapabilities.Builder
-
- LoggingCapabilities() - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ServerCapabilities.LoggingCapabilities
-
- loggingConsumer(Function<McpSchema.LoggingMessageNotification, Mono<Void>>) - 类 中的方法io.modelcontextprotocol.client.McpClient.AsyncSpec
-
Adds a consumer to be notified when logging messages are received from the
server.
- loggingConsumer(Consumer<McpSchema.LoggingMessageNotification>) - 类 中的方法io.modelcontextprotocol.client.McpClient.SyncSpec
-
Adds a consumer to be notified when logging messages are received from the
server.
- loggingConsumers(List<Function<McpSchema.LoggingMessageNotification, Mono<Void>>>) - 类 中的方法io.modelcontextprotocol.client.McpClient.AsyncSpec
-
Adds multiple consumers to be notified when logging messages are received from
the server.
- loggingConsumers(List<Consumer<McpSchema.LoggingMessageNotification>>) - 类 中的方法io.modelcontextprotocol.client.McpClient.SyncSpec
-
Adds multiple consumers to be notified when logging messages are received from
the server.
- LoggingMessageNotification() - 类 的构造器io.modelcontextprotocol.spec.McpSchema.LoggingMessageNotification
-
- loggingNotification(McpSchema.LoggingMessageNotification) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
-
Send a logging message notification to all connected clients.
- loggingNotification(McpSchema.LoggingMessageNotification) - 类 中的方法io.modelcontextprotocol.server.McpSyncServer
-
Send a logging message notification to all clients.