arc-vector-python


Namearc-vector-python JSON
Version 1.3.2 PyPI version JSON
download
home_pagehttps://gitee.com/giraffedb/arc-vector-python.git
SummaryPython client library for the Arc vector search engine
upload_time2023-08-04 02:26:39
maintainer
docs_urlNone
authoryunju.lly
requires_python>=3.7,<3.12
licenseApache-2.0
keywords vector search neural matching client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## arc-vector-python
Python library and client for arc-vector database

## Installation
// arc_vector_python-<version>.tar.gz package exist in local
pip install arc_vector_python-1.3.2.tar.gz

## Connect to ArcVector Server
To connect to Qdrant server, simply specify host and port:

```
from arc_vector_client import ArcVectorClient
from arc_vector_client.models import Distance, VectorParams
# Rest interface
client = ArcVectorClient(url="http://localhost:6333")
# gRPC: To enable (typically, much faster) collection uploading with gRPC
client = ArcVectorClient(host="localhost", grpc_port=6334, prefer_grpc=True)
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://gitee.com/giraffedb/arc-vector-python.git",
    "name": "arc-vector-python",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<3.12",
    "maintainer_email": "",
    "keywords": "vector,search,neural,matching,client",
    "author": "yunju.lly",
    "author_email": "lingyun.li@fabarta.com",
    "download_url": "https://files.pythonhosted.org/packages/66/0e/e433cec7954efd8966d6ed7f5ade2d8b62c857351edc9d52a7819ac62741/arc_vector_python-1.3.2.tar.gz",
    "platform": null,
    "description": "## arc-vector-python\nPython library and client for arc-vector database\n\n## Installation\n// arc_vector_python-<version>.tar.gz package exist in local\npip install arc_vector_python-1.3.2.tar.gz\n\n## Connect to ArcVector Server\nTo connect to Qdrant server, simply specify host and port:\n\n```\nfrom arc_vector_client import ArcVectorClient\nfrom arc_vector_client.models import Distance, VectorParams\n# Rest interface\nclient = ArcVectorClient(url=\"http://localhost:6333\")\n# gRPC: To enable (typically, much faster) collection uploading with gRPC\nclient = ArcVectorClient(host=\"localhost\", grpc_port=6334, prefer_grpc=True)\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Python client library for the Arc vector search engine",
    "version": "1.3.2",
    "project_urls": {
        "Homepage": "https://gitee.com/giraffedb/arc-vector-python.git",
        "Repository": "https://gitee.com/giraffedb/arc-vector-python.git"
    },
    "split_keywords": [
        "vector",
        "search",
        "neural",
        "matching",
        "client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1aa4b298adce5196879b544444b32fca79904881c6c9f69942146e441217f591",
                "md5": "68a7c162aadf270028be4e643996b100",
                "sha256": "7ac2ba3a8c8a12e2ba088a0d23161895d646096b3fdd60e6723f32ebda49eba7"
            },
            "downloads": -1,
            "filename": "arc_vector_python-1.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "68a7c162aadf270028be4e643996b100",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<3.12",
            "size": 124459,
            "upload_time": "2023-08-04T02:26:37",
            "upload_time_iso_8601": "2023-08-04T02:26:37.437528Z",
            "url": "https://files.pythonhosted.org/packages/1a/a4/b298adce5196879b544444b32fca79904881c6c9f69942146e441217f591/arc_vector_python-1.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "660ee433cec7954efd8966d6ed7f5ade2d8b62c857351edc9d52a7819ac62741",
                "md5": "33f29dd65fbec32ce11413d575f154d7",
                "sha256": "e6f677182b38d0a5e8de3fe6a804e3ad2f0690ebbf0b6963f4ca19e1024c3a4a"
            },
            "downloads": -1,
            "filename": "arc_vector_python-1.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "33f29dd65fbec32ce11413d575f154d7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<3.12",
            "size": 101585,
            "upload_time": "2023-08-04T02:26:39",
            "upload_time_iso_8601": "2023-08-04T02:26:39.499092Z",
            "url": "https://files.pythonhosted.org/packages/66/0e/e433cec7954efd8966d6ed7f5ade2d8b62c857351edc9d52a7819ac62741/arc_vector_python-1.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-04 02:26:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "arc-vector-python"
}
        
Elapsed time: 0.10645s