Skip to content

AI Agent

Refer to LangChain's documentation on agents for more information about the service.

New to AI Agents? Read the Localmind Automate blog introduction to AI agents.

View Localmind Automate's Advanced AI documentation.

Common issues#

For common errors or issues and suggested resolution steps, refer to Common Issues.

AI glossary#

  • completion: Completions are the responses generated by a model like GPT.
  • hallucinations: Hallucination in AI is when an LLM (large language model) mistakenly perceives patterns or objects that don't exist.
  • vector database: A vector database stores mathematical representations of information. Use with embeddings and retrievers to create a database that your AI can access when answering questions.
  • vector store: A vector store, or vector database, stores mathematical representations of information. Use with embeddings and retrievers to create a database that your AI can access when answering questions.