weavaidev library documentation
This documentation provides a comprehensive guide to the Weavaidev Python library, tailored to enhance interactions with the Weav.ai platform. This library delivers powerful APIs and streamlined workflows, enabling seamless integration, automation, and customization for your applications.
The best part? It’s really simple!
from weavaidev import Config
from weavaidev.documents import DocumentOperations
config = Config(auth_token="my_auth_token",env="my_domain")
doc_ops = DocumentOperations(config=config)
response = doc_ops.get_document(document_id="my_document_id", fill_pages=True)
Getting started
Kickstart your integration with the Weavaidev Python library by setting up your environment and installing the library. Follow the steps in our Installation guide.
Key Features
- Form Operations: Create, retrieve, and manage forms with advanced analytics and data export options.
- Folder Operations: Organize resources efficiently with folder creation, retrieval, and metadata management.
- Document Operations: Upload, analyze, and retrieve document data with hierarchical and summary-based insights.
- Chat Operations: Manage and interact with chat logs, histories, and sessions in real-time.
- Agent Operations: Engage with configurable agents for task automation and response generation.
- Action Operations: Retrieve and utilize action types for workflow automation.