vekterdb


Namevekterdb JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/mhendrey/vekterdb
SummaryVekterDB turns any SQLAlchemy compliant database into a vector database by utilizing FAISS to index the vectors.
upload_time2024-02-02 03:32:22
maintainer
docs_urlNone
authorMatthew Hendrey
requires_python>=3.8
licenseGNU GPLv3
keywords faiss vector database similarity search sqlalchemy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            VekterDB
========

VekterDB turns any SQLAlchemy compliant database into a vector database by utilizing
FAISS to index the vectors.


Installation
============
VekterDB may be install using pip

    pip install vekterdb


Documentation
=============
Documentation can be found at https://mhendrey.github.io/vekterdb


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mhendrey/vekterdb",
    "name": "vekterdb",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "FAISS,vector database,similarity search,SQLAlchemy",
    "author": "Matthew Hendrey",
    "author_email": "matthew.hendrey@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7b/8d/8805a24b473a5e365161b42302f83d5d27bd99b981d2fea2b5e15b01e5ec/vekterdb-0.2.2.tar.gz",
    "platform": null,
    "description": "VekterDB\n========\n\nVekterDB turns any SQLAlchemy compliant database into a vector database by utilizing\nFAISS to index the vectors.\n\n\nInstallation\n============\nVekterDB may be install using pip\n\n    pip install vekterdb\n\n\nDocumentation\n=============\nDocumentation can be found at https://mhendrey.github.io/vekterdb\n\n",
    "bugtrack_url": null,
    "license": "GNU GPLv3",
    "summary": "VekterDB turns any SQLAlchemy compliant database into a vector database by utilizing FAISS to index the vectors.",
    "version": "0.2.2",
    "project_urls": {
        "Documentation": "https://mhendrey.github.io/vekterdb",
        "Homepage": "https://github.com/mhendrey/vekterdb",
        "Source": "https://github.com/mhendrey/vekterdb"
    },
    "split_keywords": [
        "faiss",
        "vector database",
        "similarity search",
        "sqlalchemy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5637dfd9ab89dab295d179f89bf19a164542b9a3b5a59304956b2ef5513ba40",
                "md5": "c2880c1d7262c58c699e088bcb4ee6d5",
                "sha256": "caeb7e23463591bf30e809e70270e7a0b95bb4c73124dea9645f5608bdf74a0e"
            },
            "downloads": -1,
            "filename": "vekterdb-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c2880c1d7262c58c699e088bcb4ee6d5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 24195,
            "upload_time": "2024-02-02T03:32:21",
            "upload_time_iso_8601": "2024-02-02T03:32:21.280584Z",
            "url": "https://files.pythonhosted.org/packages/f5/63/7dfd9ab89dab295d179f89bf19a164542b9a3b5a59304956b2ef5513ba40/vekterdb-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b8d8805a24b473a5e365161b42302f83d5d27bd99b981d2fea2b5e15b01e5ec",
                "md5": "7a638f333b9f5d009476aeecfafd7bdd",
                "sha256": "e58757882b78683f60dc25e4c72b5d58cbdd8e468b9a4d10922332fa80bb117e"
            },
            "downloads": -1,
            "filename": "vekterdb-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7a638f333b9f5d009476aeecfafd7bdd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 29475,
            "upload_time": "2024-02-02T03:32:22",
            "upload_time_iso_8601": "2024-02-02T03:32:22.994695Z",
            "url": "https://files.pythonhosted.org/packages/7b/8d/8805a24b473a5e365161b42302f83d5d27bd99b981d2fea2b5e15b01e5ec/vekterdb-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-02 03:32:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mhendrey",
    "github_project": "vekterdb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "vekterdb"
}
        
Elapsed time: 0.40870s