agno_integrations
Retrieve integration documentation for databases, vector stores, and models. Specify the integration type and optional name to get targeted guides.
Instructions
Get integration documentation for databases, vector stores, and models.
Args: integration_type: Type of integration. One of: database, vectordb, models, toolkits name: Specific integration name. Leave empty to list all of that type. Database: postgres, mongodb, sqlite, mysql, redis, dynamodb, firestore VectorDB: pinecone, qdrant, chroma, weaviate, milvus, lancedb Models: openai, anthropic, google, azure, bedrock
Examples: - integration_type="database", name="postgres" - integration_type="vectordb", name="pinecone" - integration_type="models" (lists all providers)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| integration_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |