书栈网 · BookStack 本次搜索耗时 0.011 秒,为您找到 323 个相关结果.
  • Google Gemini

    Google Gemini LLM Connecting to Google Gemini Google Gemini LLM Google Gemini Pro (opens in a new tab) is a model that runs with GPT equivalent responses and currently is fr...
  • Ollama

    Ollama LLM Connecting to Ollama Ollama LLM Ollama (opens in a new tab) is a popular open-source (opens in a new tab) command-line tool and engine that allows you to downloa...
  • RAG tool

    RAG tool Before you start Step 1: Register a flow agent that will run the RAGTool Step 2: Run the agent Register parameters Execute parameters RAG tool Introduced 2.12 Th...
  • 使用 Hugging Face 模型

    使用 Hugging Face 模型 使用 Hugging Face 模型 使用 Hugging Face 模型之前,需要先设置环境变量 import os os . environ [ 'HUGGINGFACEHUB_API_TOKEN' ] = '' 使用在线的 Hugging Face 模型 from langch...
  • FAQ

    FAQ Questions Common issues FAQ Below is a list of frequently asked questions and common issues encountered. Questions Question What models are recommended? Answer S...
  • Together AI

    Together AI LLM Connecting to Together AI Together AI LLM Together AI (opens in a new tab) is an online service that provides API access to hundreds of various open-source m...
  • FAQ

    FAQ Questions Common issues FAQ Below is a list of frequently asked questions and common issues encountered. Questions Question What models are recommended? Answer S...
  • 工具调用

    工具调用 什么是工具 工具的组成 工具是如何运行的 工具调用逻辑 怎么用 相关示例 工具调用 FastGPT 工具调用模块介绍 什么是工具 工具可以是一个系统模块,例如:AI对话、知识库搜索、HTTP模块等。也可以是一个插件。 工具调用可以让 LLM 更动态的决策流程,而不都是固定的流程。(当然,缺点就是费tokens) 工具...
  • AI Agent not using tools!

    Why is my @agent not using tools! What even is an agent? Some LLMs are bad at generating JSON and even worse at following instructions. Model is hallucinating a tool call. Commo...
  • Retrieval-augmented generation

    Retrieval-augmented generation processor Request fields Context field list Example Creating a search pipeline Using a search pipeline Retrieval-augmented generation process...