Airweave

Normal
GitHub Python MIT

Description

Open-source context retrieval layer for AI agents that automatically extracts, indexes, and retrieves structured context from diverse data sources.

Key Features

  • 50+ integrations with popular apps, databases, and documents
  • Unified LLM-friendly search interface for multiple data sources
  • Continuous data sync with automatic indexing
  • SDKs, REST API, and MCP support for agent integration
  • Cloud-hosted and self-hosted deployment options
  • Built-in authentication and data ingestion pipelines

Use Cases

💡 Enterprise knowledge base retrieval for AI agents
💡 RAG systems requiring multi-source context aggregation
💡 Customer support bots needing up-to-date product information
💡 Research assistants aggregating data from multiple platforms
💡 Internal tools requiring unified search across SaaS applications

Categories

Quick Start

Clone the repo and run ./start.sh to launch locally via Docker. Access the UI at http://localhost:8080. Alternatively, use the cloud version at app.airweave.ai. Connect your data sources through the dashboard and query via SDK or API.

Related Projects