百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
A

airweave

> 数据库
开源

用于 AI 智能体的开源上下文检索层

6.5K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

用于 AI 智能体的开源上下文检索层

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 1. **Connect** your apps, databases, and documents (50+ integrations) 2. **Airweave** syncs, indexes, and exposes your data through a unified retrieval layer 3. **Agents query** Airweave via our SDKs, REST API, MCP, or native integrations with popular agent frameworks 4. **Agents retrieve** relevant, grounded context on demand ## Quickstart ### Cloud-hosted: [app.airweave.ai](https://app.airweave.ai) ### Self-hosted ```bash git clone https://github.com/airweave-ai/airweave.git cd airweave ./start.sh ``` → http://localhost:8080 > Requires Docker and docker-compose ## Supported Integrations

## SDKs ```bash pip install airweave-sdk # Python npm install @airweave/sdk # TypeScript ``` ```python 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: ```bash pip install airweave-cli ``` ```bash 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](https://react.dev/) with [ShadCN](https://ui.shadcn.com/) - **Backend**: [FastAPI](https://fastapi.tiangolo.com/) (Python) - **Databases**: [PostgreSQL](https://www.postgresql.org/) (metadata), [Vespa](https://vespa.ai/) (vectors) - **Workers**: [Temporal](https://temporal.io/) (orchestration), [Redis](https://redis.io/) (pub/sub) - **Deployment**: [Docker Compose](https://docs.docker.com/compose/) (dev), [Kubernetes](https://kubernetes.io/) (prod) ## Contributing We welcome contributions! See our [Contributing Guide](CONTRIBUTING.md). ## License [MIT License](LICENSE)

Discord · Issues · Twitter

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •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)

> 标签

Pythonagent-infrastructureaiai-agentsai-infrastructure

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类数据库
定价开源

> 相关工具

P
PostgreSQL
功能强大的开源关系型数据库
R
Redis
内存数据结构存储,常用作缓存与队列
M
MySQL
广泛使用的开源关系型数据库