Writer is a full-stack generative AI platform for enterprises, offering tools to build and deploy AI applications integrated with their suite of LLMs, graph-based RAG tools, and AI guardrails.
Tool to add a file to a knowledge graph for indexing and retrieval. Use when you need to add an uploaded file to an existing knowledge graph for RAG applications.
Tool to analyze images using Writer's vision capabilities. Use when you need image understanding, text extraction from images, or visual question answering. Images must be uploaded via POST /v1/files before analysis.
Tool to send a question to the knowledge graph and retrieve the answer. Use after defining your question and optional context.
Tool to generate chat-based completions. Use when you need conversational AI responses; call after assembling system and user messages.
Tool to create a new knowledge graph. Use when you need to create an empty graph that files can be added to.
Tool to delete a file by its ID. Use when you need to permanently remove a file from Writer with no recovery option available.