airweave-ai/airweave
Fork: 768 Star: 6206 (更新于 2026-04-07 04:26:43)
license: MIT
Language: Python .
Open-source context retrieval layer for AI agents
最后发布版本: v0.9.60 ( 2026-03-31 05:57:21)
Open-source context retrieval layer for AI agents and RAG systems.
What is Airweave?
Airweave connects to your apps, tools, and databases, continuously syncs their data, and exposes it through a unified, LLM-friendly search interface. AI agents query Airweave to retrieve relevant, grounded, up-to-date context from multiple sources in a single request.
Where it fits
Airweave sits between your data sources and AI systems as shared retrieval infrastructure. It handles authentication, ingestion, syncing, indexing, and retrieval so you don't have to rebuild fragile pipelines for every agent or integration.
How it works
- Connect your apps, databases, and documents (50+ integrations)
- Airweave syncs, indexes, and exposes your data through a unified retrieval layer
- Agents query Airweave via our SDKs, REST API, MCP, or native integrations with popular agent frameworks
- Agents retrieve relevant, grounded context on demand
Quickstart
Cloud-hosted: app.airweave.ai
Self-hosted
git clone https://github.com/airweave-ai/airweave.git
cd airweave
./start.sh
Requires Docker and docker-compose
Supported Integrations
SDKs
pip install airweave-sdk # Python
npm install @airweave/sdk # TypeScript
from airweave import AirweaveSDK
client = AirweaveSDK(api_key="YOUR_API_KEY")
results = client.collections.search.instant(
readable_id="my-collection",
query="Find recent failed payments"
)
CLI
Search collections, manage sources, and trigger syncs from your terminal:
pip install airweave-cli
airweave auth login
airweave search "quarterly revenue figures" --collection finance-data
The CLI outputs rich interactive results in your terminal and clean JSON when piped — making it work for both developers and AI agents.
Tech Stack
- Frontend: React/TypeScript with ShadCN
- Backend: FastAPI (Python)
- Databases: PostgreSQL (metadata), Vespa (vectors)
- Workers: Temporal (orchestration), Redis (pub/sub)
- Deployment: Docker Compose (dev), Kubernetes (prod)
Contributing
We welcome contributions! See our Contributing Guide.
License
最近版本更新:(数据更新于 2026-04-07 04:26:28)
2026-03-31 05:57:21 v0.9.60
2026-03-30 23:31:46 v0.9.59
2026-03-30 11:48:12 v0.9.58
2026-03-30 06:43:26 v0.9.57
2026-03-30 04:46:40 v0.9.56
2026-03-26 08:23:06 v0.9.55
2026-03-26 07:43:39 v0.9.54
2026-03-26 03:08:29 v0.9.53
2026-03-25 23:57:01 v0.9.52
2026-03-24 08:39:18 v0.9.51
主题(topics):
developer-tools ai api llm ai-agents open-source rag search information-retrieval sdk semantic-search retrieval-augmented-generation search-api integration data-connectors retrieval ai-infrastructure agent-infrastructure context-retrieval enterprise-data
airweave-ai/airweave同语言 Python最近更新仓库
2026-04-11 14:22:56 CDFER/JLCPCB-Kicad-Library
2026-04-11 12:27:57 lipku/LiveTalking
2026-04-11 10:24:06 seleniumbase/SeleniumBase
2026-04-11 07:20:38 pydantic/pydantic-ai
2026-04-11 07:00:45 GoogleCloudPlatform/agent-starter-pack
2026-04-11 03:45:55 agno-agi/agno