1.0.0 • Published 9 months ago
@directus-labs/ai-researcher-bundle v1.0.0
AI Researcher
A Directus interface that integrates an AI chatbot powered by OpenAI or Anthropic directly into the Directus editor.


Features
- Chat with AI directly from your Directus editor
- View the chat history
- Start a new chat
Prerequisites
- An OpenAI or Anthropic API key
Installation
To install the extension, take a look at the official guide.
Configuration

You can select the AI provider and models directly from the interface configuration.
API-Keys
The API keys can be added either in the interface configuration or via environment variables:
EXTENSION_AI_RESEARCHER_API_KEY_OPENAI="<YOUR_API_KEY>"
EXTENSION_AI_RESEARCHER_API_KEY_ANTHROPIC="<YOUR_API_KEY>"!IMPORTANT
If you add the API key via the interface configuration, it will be exposed to your app users. Add them via environment variables to fully hide and protect them.
You can generate your API keys on the following sites:
Support
For issues and feature requests, please use the GitHub issues section of this repository.
1.0.0
9 months ago