DataBridge Python SDK

DataBridge is a powerful document management system with advanced retrieval, querying, and caching capabilities. The Python SDK provides a simple, intuitive interface for working with DataBridge, supporting both synchronous and asynchronous operations.

Features

  • Document Ingestion: Easily ingest text documents and files with custom metadata
  • Semantic Search: Retrieve relevant documents and chunks based on natural language queries
  • Query Generation: Generate completions using document context
  • Metadata Rules: Apply rules for metadata extraction and content transformation
  • Local Caching: Create and manage caches for faster retrieval
  • Async Support: Full support for asynchronous operations

Installation

pip install databridge-client

Requirements

  • Python 3.8 or higher
  • Required dependencies are automatically installed with the package

Next Steps

Continue to the Quick Start guide to begin using DataBridge in your applications.