Metadata-Version: 2.1
Name: vectara_client
Version: 0.0.9
Summary: Vectara REST API v2
Home-page: https://github.com/david-vectara/vectara-sdk
Author: david@vectara.com
Author-email: feedback@vectara.com
License: Apache-2.0
Keywords: OpenAPI,OpenAPI-Generator,Vectara REST API v2
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Utilities
Requires-Python: >=3.12
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
Requires-Dist: requests>=2.31.0
Requires-Dist: Authlib>=1.3.1
Requires-Dist: pyaml==23.9.7
Requires-Dist: dacite==1.8.1
Requires-Dist: tqdm==4.66.1
Requires-Dist: requests-toolbelt==1.0.0
Requires-Dist: cryptography==40.0.2

    Vectara provides an end-to-end platform for creating GenAI products using  a simple to use API.  You can [sign up for an account](https://console.vectara.com/signup) and  then view several [API Recipes](https://docs.vectara.com/docs/api-recipes) with example queries  and parameter values.  The Vectara API Playground lets you experiment with REST endpoints from  your browser. Select an endpoint to view its definition, including the  required or optional headers, body, responses, and sample commands. On the  right side of each endpoint page, like [Get Corpus](/docs/rest-api/get-corpus), you manually  enter your API Key or OAuth Bearer Token, &#x60;customer_id&#x60;, and then any  required body parameters like the &#x60;corpusID&#x60; before sending the API  request.  :::note  Vectara supports two primary methods of authentication: API keys and OAuth  2.0, which are applicable to all endpoints. Query API Keys are used for  read-only querying operations, while Index API Keys provide read and write  access. The OAuth 2.0 operations authenticate with a Bearer Token via the  OAuth 2.0 client credentials grant. Review the [**OAuth 2.0 section**](https://docs.vectara.com/docs/learn/authentication/oauth-2) about  how to generate the token. 
    
