书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 337 个相关结果.
  • 自定义agent中所使用的工具

    自定义agent中所使用的工具 自定义agent中所使用的工具 from langchain . agents import initialize_agent , Tool from langchain . agents import AgentType from langchain . tools import ...
  • 对超长文本进行总结

    对超长文本进行总结 对超长文本进行总结 假如我们想要用 openai api 对一个段文本进行总结,我们通常的做法就是直接发给 api 让他总结。但是如果文本超过了 api 最大的 token 限制就会报错。 这时,我们一般会进行对文章进行分段,比如通过 tiktoken 计算并分割,然后将各段发送给 api 进行总结,最后将各段的总结再进行一个全部...
  • ML Model tool

    ML Model tool Step 1: Create a connector for a model Step 2: Register and deploy the model Step 3: Register a flow agent that will run the MLModelTool Step 4: Run the agent Reg...
  • ML Model tool

    ML Model tool Step 1: Create a connector for a model Step 2: Register and deploy the model Step 3: Register a flow agent that will run the MLModelTool Step 4: Run the agent Reg...
  • ML Model tool

    ML Model tool Step 1: Create a connector for a model Step 2: Register and deploy the model Step 3: Register a flow agent that will run the MLModelTool Step 4: Run the agent Reg...
  • Amazon Bedrock

    Prerequisites Configure the AI Proxy plugin Test the configuration This guide walks you through setting up the AI Proxy plugin with Amazon Bedrock . Prerequisites Kong Gatew...
  • RAG chatbot with a conversational flow agent

    RAG chatbot with a conversational flow agent Prerequisite Step 1: Prepare the knowledge base Step 1.1: Register a text embedding model Step 1.2: Create an ingest pipeline Step 1...
  • Conversational search

    Conversational search Conversation memory conversation-meta index conversation-interactions index Working with conversations and interactions Getting conversations Getting in...
  • 模型管理

    模型管理 1 添加模型 1.1 添加千帆大模型 1.2 添加 Ollama 模型 1.3 添加 Azure OpenAI 模型 1.4 添加 OpenAI 大模型 1.5 添加讯飞星火大模型 1.6 添加智谱AI大模型 1.7 添加通义千问大模型 1.8 添加 Kimi 大模型 1.9 添加 DeepSeek 大模型 1.10 添加 Gem...
  • PPL tool

    PPL tool Prerequisite Step 1: Create a connector for a model Step 2: Register and deploy the model Step 3: Register a flow agent that will run the PPLTool Step 4: Run the agent...