2025-05-12 11:34:00
github.com

Airweave is a tool that lets agents semantically search any app. It’s MCP compatible and seamlessly connects any app, database, or API, to transform their contents into agent-ready knowledge.
airweave_launch_bf_demo_vid_inverted_4k.mp4
Airweave simplifies the process of making information retrievable for your agent. Whether you have structured or unstructured data, Airweave helps you break it into processable entities, store the data and make it retrievable through REST and MCP endpoints.
# 1. Clone the repository
git clone https://github.com/airweave-ai/airweave.git
cd airweave
# 2. Build and run
chmod +x start.sh
./start.sh
That’s it! Access the dashboard at http://localhost:8080
- Access the UI at
http://localhost:8080
- Connect sources, configure syncs, and query data
- Swagger docs:
http://localhost:8001/docs
- Create connections, trigger syncs, and search data
from airweave import AirweaveClient
client = AirweaveClient(api_key="your-api-key")
# List all sources
sources = client.sources.list()
# Create a sync job
job = client.sync.create_sync(
name="My first sync",
source_connection_id=source_id,
run_immediately=True
)
npm install @airweave/sdk
# or
yarn add @airweave/sdk
import { AirweaveClient } from "@airweave/sdk";
const client = new AirweaveClient({
apiKey: "your-api-key",
});
// List sources
const sources = await client.sources.list();
// Create a sync job
const job = await client.sync.create_sync({
name: "My first sync",
source_connection_id: sourceId,
run_immediately: true,
});
- Data synchronization from 25+ sources with minimal config
- Entity extraction and transformation pipeline
- Multi-tenant architecture with OAuth2
- Incremental updates using content hashing
- Semantic search for agent queries
- Versioning for data changes
- White-labeling support for SaaS builders
- Frontend: React/TypeScript with ShadCN
- Backend: FastAPI (Python)
- Databases: PostgreSQL (metadata), Qdrant (vectors)
- Deployment: Docker Compose (dev), Kubernetes (prod)
- Additional source integrations
- Redis worker queues for large-scale syncs
- Webhooks for event-driven syncs
- Kubernetes support via Helm charts
We welcome contributions! Please check CONTRIBUTING.md for details.
Airweave is released under the MIT license.
Keep your files stored safely and securely with the SanDisk 2TB Extreme Portable SSD. With over 69,505 ratings and an impressive 4.6 out of 5 stars, this product has been purchased over 8K+ times in the past month. At only $129.99, this Amazon’s Choice product is a must-have for secure file storage.
Help keep private content private with the included password protection featuring 256-bit AES hardware encryption. Order now for just $129.99 on Amazon!
Help Power Techcratic’s Future – Scan To Support
If Techcratic’s content and insights have helped you, consider giving back by supporting the platform with crypto. Every contribution makes a difference, whether it’s for high-quality content, server maintenance, or future updates. Techcratic is constantly evolving, and your support helps drive that progress.
As a solo operator who wears all the hats, creating content, managing the tech, and running the site, your support allows me to stay focused on delivering valuable resources. Your support keeps everything running smoothly and enables me to continue creating the content you love. I’m deeply grateful for your support, it truly means the world to me! Thank you!
BITCOIN bc1qlszw7elx2qahjwvaryh0tkgg8y68enw30gpvge Scan the QR code with your crypto wallet app |
DOGECOIN D64GwvvYQxFXYyan3oQCrmWfidf6T3JpBA Scan the QR code with your crypto wallet app |
ETHEREUM 0xe9BC980DF3d985730dA827996B43E4A62CCBAA7a Scan the QR code with your crypto wallet app |
Please read the Privacy and Security Disclaimer on how Techcratic handles your support.
Disclaimer: As an Amazon Associate, Techcratic may earn from qualifying purchases.