What AI models and search APIs does llm-answer-engine integrate with?
The engine integrates with Groq, Mistral AI's Mixtral, Langchain.JS, and OpenAI for AI processing. For search capabilities, it uses Brave Search and Serper API to retrieve relevant content, images, and videos. It also supports Ollama for local inference and embeddings.
Can llm-answer-engine provide images and videos in its answers?
Yes, the llm-answer-engine is designed to efficiently return sources, answers, images, videos, and follow-up questions based on user queries. It leverages the Brave Search and Serper API to fetch relevant multimedia content.
Does llm-answer-engine support function calling?
Yes, function calling is supported in beta, enabling capabilities like maps and locations (Serper Locations API), shopping (Serper Shopping API), TradingView Stock Data, and Spotify. Users can enable this feature in the configuration file.
Is there a Docker setup available for llm-answer-engine?
Yes, the project provides a Docker installation guide. Users can set up the engine using Docker and docker-compose, which simplifies the deployment process by containerizing the application and its dependencies.
What are the prerequisites for running llm-answer-engine?
To run the engine, you need API keys from OpenAI, Groq, Brave Search, and Serper. For non-Docker installations, Node.js and npm are required. Docker and docker-compose are needed for Docker-based deployments.