Skip to main content
Glama

AI Ops Hub

by Galiusbro

rag_add_document

Add documents to a RAG corpus for AI-powered search and retrieval, enabling intelligent querying of local files, notes, and web content.

Instructions

Добавить документ в RAG корпус

Input Schema

NameRequiredDescriptionDefault
contentYesСодержимое документа
titleYesЗаголовок документа
uriYesURI документа

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Содержимое документа", "type": "string" }, "title": { "description": "Заголовок документа", "type": "string" }, "uri": { "description": "URI документа", "type": "string" } }, "required": [ "uri", "content", "title" ], "type": "object" }

Other Tools from AI Ops Hub

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Galiusbro/MCP'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server