vectorize-client


Namevectorize-client JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://vectorize.io
SummaryPython client for the Vectorize API
upload_time2025-02-20 11:35:52
maintainerNone
docs_urlNone
authorVectorize
requires_python<4.0,>=3.8
licenseMIT
keywords vectorize vectorize.io generative-ai embeddings rag
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Vectorize Client
Python Api Client for Vectorize
For more information, please visit [https://vectorize.io](https://vectorize.io)

## Requirements.

Python 3.8+

## Installation & Usage
```sh
pip install vectorize-client
```

Then import the package:
```python
import vectorize_client
```

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```python
import vectorize_client as v

TOKEN = '<your-token>'
ORG = '<your-org-id>'

with v.ApiClient(v.Configuration(access_token=TOKEN)) as api:
    pipelines = v.PipelinesApi(api)
    response = pipelines.get_pipelines(ORG)
    print("Found" + str(len(response.data)) + " pipelines")
```

## Documentation for API Endpoints

All URIs are relative to *https://api.vectorize.io/v1*

See the full [reference](https://vectorize.readme.io/reference) for more information.


            

Raw data

            {
    "_id": null,
    "home_page": "https://vectorize.io",
    "name": "vectorize-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "vectorize, vectorize.io, generative-ai, embeddings, rag",
    "author": "Vectorize",
    "author_email": "contact@vectorize.io",
    "download_url": "https://files.pythonhosted.org/packages/76/e2/74e911723691dedb8f204b489af7e6c0d1ddece49d9249a534561c579696/vectorize_client-0.0.8.tar.gz",
    "platform": null,
    "description": "# Vectorize Client\nPython Api Client for Vectorize\nFor more information, please visit [https://vectorize.io](https://vectorize.io)\n\n## Requirements.\n\nPython 3.8+\n\n## Installation & Usage\n```sh\npip install vectorize-client\n```\n\nThen import the package:\n```python\nimport vectorize_client\n```\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\nimport vectorize_client as v\n\nTOKEN = '<your-token>'\nORG = '<your-org-id>'\n\nwith v.ApiClient(v.Configuration(access_token=TOKEN)) as api:\n    pipelines = v.PipelinesApi(api)\n    response = pipelines.get_pipelines(ORG)\n    print(\"Found\" + str(len(response.data)) + \" pipelines\")\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://api.vectorize.io/v1*\n\nSee the full [reference](https://vectorize.readme.io/reference) for more information.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python client for the Vectorize API",
    "version": "0.0.8",
    "project_urls": {
        "Homepage": "https://vectorize.io",
        "Repository": "https://github.com/vectorize-io/vectorize-clients"
    },
    "split_keywords": [
        "vectorize",
        " vectorize.io",
        " generative-ai",
        " embeddings",
        " rag"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c2888a824b569fe9f780234a38625d85df9ea521722aae91603fa3efeda13935",
                "md5": "fb90e4c16364e00aa17d3fadce12f517",
                "sha256": "42957581751c55127d693454a65764f9c3323ccd68b6c3eb8c3e376a135ef09e"
            },
            "downloads": -1,
            "filename": "vectorize_client-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fb90e4c16364e00aa17d3fadce12f517",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 33744,
            "upload_time": "2025-02-20T11:35:50",
            "upload_time_iso_8601": "2025-02-20T11:35:50.924450Z",
            "url": "https://files.pythonhosted.org/packages/c2/88/8a824b569fe9f780234a38625d85df9ea521722aae91603fa3efeda13935/vectorize_client-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "76e274e911723691dedb8f204b489af7e6c0d1ddece49d9249a534561c579696",
                "md5": "6d812c24ee4d0ad83474b0c5c2b21fe9",
                "sha256": "926b63221177185f2f4ef7a8c3de0102238c8c71218ae642038eabe573d31876"
            },
            "downloads": -1,
            "filename": "vectorize_client-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "6d812c24ee4d0ad83474b0c5c2b21fe9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 20691,
            "upload_time": "2025-02-20T11:35:52",
            "upload_time_iso_8601": "2025-02-20T11:35:52.849067Z",
            "url": "https://files.pythonhosted.org/packages/76/e2/74e911723691dedb8f204b489af7e6c0d1ddece49d9249a534561c579696/vectorize_client-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-20 11:35:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vectorize-io",
    "github_project": "vectorize-clients",
    "github_not_found": true,
    "lcname": "vectorize-client"
}
        
Elapsed time: 6.22008s