> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getmetal.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Examples

> Discover implemented use cases of the Metal Platform.

<CardGroup>
  <Card title="Chat App with Memory" icon="memory" href="https://github.com/getmetal/motorhead-redis-example">
    Motorhead and Redis LLM Chat example in Node.
  </Card>

  <Card title="Command Line Chatbot" icon="messages" href="https://github.com/getmetal/Metal/tree/main/examples/02-motorhead-cli-chatgpt">
    Build a CLI chatbot with Metal Memory for LLMs in Node.
  </Card>

  <Card title="'UFO' Chatbot" icon="ufo-beam" href="https://github.com/getmetal/Metal/tree/main/examples/05-ufo-chatbot-nodejs">
    Chatbot with the unclassified 'UAP' reports in Node.
  </Card>

  <Card title="Hello World Search" icon="magnifying-glass" href="https://replit.com/@getmetal/Metal-Simple-Search-node">
    Semantic search example with Metal Retrieval in Node.
  </Card>

  <Card title="Financial Analysis Chatbot" icon="file-spreadsheet" href="https://github.com/getmetal/Metal/blob/main/examples/04-financial-chatbot/financial_chatbot.ipynb">
    Deploy a chat interface to talk with spreadsheets and tabular data in Python.
  </Card>

  <Card title="Multi Tenant Search" icon="people-roof" href="https://github.com/getmetal/Metal/blob/main/examples/03-multitenancy/multitenancy_search.ipynb">
    Build semantic search with Multi tenancy in Python.
  </Card>

  <Card title="RAG Chatbot" icon="futbol" href="https://github.com/getmetal/Metal/blob/main/examples/06-wwc_chatbot-python/wwc.ipynb">
    Retrieval augmented chatbot with different data types in Python.
  </Card>

  <Card title="RAG Langchain Agent " icon="user-robot" href="https://github.com/getmetal/Metal/blob/main/examples/07-rag-agent-langchain/rag_agent_langchain.ipynb">
    Retrieval augmented agent powered by Langchain in Python.
  </Card>
</CardGroup>
