Available Integrations
LlamaIndex
Python tool for LlamaIndex agents
Vercel AI SDK
TypeScript integration for Vercel AI SDK
Pipedream
No-code workflows and agent builder
Google Antigravity
Google’s agent framework integration
Quick Comparison
| Framework | Language | Use Case | Installation |
|---|---|---|---|
| LlamaIndex | Python | AI agents with tool calling | pip install llama-index-tools-airweave |
| Vercel AI SDK | TypeScript | AI applications with streaming | npm install @airweave/vercel-ai-sdk |
| Pipedream | No-code/JavaScript | Workflows and automations | Connect via Pipedream UI |
| Google Antigravity | Python | Google’s agent framework | Built-in integration |
LlamaIndex
Thellama-index-tools-airweave package provides an AirweaveToolSpec for LlamaIndex agents.
Installation
Quick Start
Available Tools
search_collection: Simple search with default settingsadvanced_search_collection: Full control over retrieval parameterssearch_and_generate_answer: RAG-style direct answerslist_collections: List all available collectionsget_collection_info: Get collection details
Vercel AI SDK
The@airweave/vercel-ai-sdk package provides an airweaveSearch tool for the Vercel AI SDK.
Installation
Quick Start
Configuration Options
Pipedream
Pipedream is a low-code platform for building workflows and agents. The Airweave integration provides actions for searching collections, managing data, and triggering syncs.Setup
Create Workflow
Open Pipedream and create a new workflow
Available Actions
- Search Collection: Semantic and keyword search
- List Collections: Get all collections
- Get Collection: Collection details
- Create Collection: Create new collection
- Delete Collection: Remove collection
- List Sources: Available data connectors
- Trigger Source Connection Sync: Manual data sync
Example: Slack Q&A Bot
- Trigger: Slack - New Slash Command
- Action: Airweave - Search Collection (with
responseType: "completion") - Action: Slack - Reply to Command
Google Antigravity
Google Antigravity is Google’s agent framework. Airweave provides native integration for semantic search capabilities.Setup
Airweave is available as a built-in integration in Google Antigravity. Configure it with your API key and collection ID.Other Integrations
LangChain
Use Airweave with LangChain via the REST API or SDKs:CrewAI
Integrate Airweave with CrewAI agents:Custom Integration
For frameworks not listed above, use the Python SDK or TypeScript SDK to build custom integrations:Common Patterns
RAG (Retrieval-Augmented Generation)
All integrations support RAG patterns by settingresponse_type="completion" or generateAnswer: true:
Advanced Search Parameters
All integrations support advanced search parameters:- Recency Bias: Weight recent content higher
- Score Threshold: Filter low-relevance results
- Search Method: Choose hybrid, neural, or keyword search
- Reranking: LLM-based result reranking
- Query Expansion: Automatic query variations
Need Help?
SDK Documentation
View Python and TypeScript SDK docs
API Reference
Complete API documentation
Discord Community
Get help from the community
GitHub
View source code and examples