Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OLLAMA_URL | Yes | URL for Ollama server | |
EMBEDDING_URL | Yes | URL for the embedding service | |
VOYAGE_API_KEY | Yes | Your Voyage API key | |
EMBEDDING_MODEL | Yes | Model to use for generating embeddings | |
FIRECRAWL_API_KEY | Yes | Your FireCrawl API key | |
SEARCHAPI_API_KEY | Yes | Your SearchAPI API key | |
AZURE_OPENAI_API_KEY | Yes | Your Azure OpenAI API key | |
AZURE_OPENAI_ENDPOINT | Yes | Azure OpenAI endpoint URL |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search-web | Perform a web search and scrape results |
extract-info-from-search | Extract relative information from previous searches |