Metadata-Version: 2.1
Name: trieve_py_client
Version: 0.11.81
Summary: Trieve API
Home-page: https://trieve.ai
Author: Trieve Team
Author-email: developers@trieve.ai
License: MIT
Keywords: RAG,search,embeddings,recommendations,analytics,trieve
Description-Content-Type: text/markdown
Requires-Dist: urllib3<2.1.0,>=1.25.3
Requires-Dist: python-dateutil
Requires-Dist: pydantic>=2
Requires-Dist: typing-extensions>=4.7.1

        # Trieve Python SDK

        ## Introduction

        This is the official Python SDK for the [Trieve API](https://docs.trieve.ai/api-reference). It provides a convenient way to interact with the API using Python.

        See full documentation on Github at [github.com/devflowinc/trieve/tree/main/clients/python-sdk](https://github.com/devflowinc/trieve/tree/main/clients/python-sdk).

        ## Features

        - RAG
        - Search
        - Recommendations
        - Analytics

        ## Installation

        Provide clear instructions on how to install your package. For example:

        ```bash
            pip install trieve-py-client
        ```

    
