emb-opt


Nameemb-opt JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/DarkMatterAI/emb_opt
SummaryA lightweight framework to efficiently screen vector databases
upload_time2023-10-21 21:54:20
maintainer
docs_urlNone
authorKarl Heyer
requires_python>=3.9
licenseApache Software License 2.0
keywords nbdev jupyter notebook python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # emb_opt

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

`emb_opt` uses reinforcement learning and hill climbing algorithms to
efficiently find high scoring items in embedding spaces, such as vector
databases or generative model latent spaces.

See the [documentation](https://darkmatterai.github.io/emb_opt/) site
for documentation and tutorials

## Install

``` sh
pip install emb_opt
```

## Supported Backends

`emb_opt` currently supports
[Faiss](https://github.com/facebookresearch/faiss),
[HuggingFace](https://huggingface.co/docs/datasets/faiss_es) and
[Qdrant](https://qdrant.tech/) backends

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DarkMatterAI/emb_opt",
    "name": "emb-opt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "nbdev jupyter notebook python",
    "author": "Karl Heyer",
    "author_email": "karl@darkmatterai.co",
    "download_url": "https://files.pythonhosted.org/packages/8f/09/1e06c84be66dd3285e6c5ee9ee66355054e0c4a0ba4974a10d876e654390/emb_opt-1.0.1.tar.gz",
    "platform": null,
    "description": "# emb_opt\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\n`emb_opt` uses reinforcement learning and hill climbing algorithms to\nefficiently find high scoring items in embedding spaces, such as vector\ndatabases or generative model latent spaces.\n\nSee the [documentation](https://darkmatterai.github.io/emb_opt/) site\nfor documentation and tutorials\n\n## Install\n\n``` sh\npip install emb_opt\n```\n\n## Supported Backends\n\n`emb_opt` currently supports\n[Faiss](https://github.com/facebookresearch/faiss),\n[HuggingFace](https://huggingface.co/docs/datasets/faiss_es) and\n[Qdrant](https://qdrant.tech/) backends\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "A lightweight framework to efficiently screen vector databases",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/DarkMatterAI/emb_opt"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc9b698118bec8db3d9490f4871bcec0021eac3e77c7d1ca53da507ca0cd3d89",
                "md5": "17ccc6d7c84d53e850054504a5f48fc8",
                "sha256": "61ab514d4b7eb5f4cf3482949251ef009d27b6f1073de74a906401f4241c332d"
            },
            "downloads": -1,
            "filename": "emb_opt-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "17ccc6d7c84d53e850054504a5f48fc8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 32329,
            "upload_time": "2023-10-21T21:54:18",
            "upload_time_iso_8601": "2023-10-21T21:54:18.724529Z",
            "url": "https://files.pythonhosted.org/packages/bc/9b/698118bec8db3d9490f4871bcec0021eac3e77c7d1ca53da507ca0cd3d89/emb_opt-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f091e06c84be66dd3285e6c5ee9ee66355054e0c4a0ba4974a10d876e654390",
                "md5": "6cfb1ed36a4c95523e621f5268f6cd2b",
                "sha256": "0e32b97f5cde60c062f59b7a2e4addc16b763c8df1fa5fb18b4ee3b245bbe8b8"
            },
            "downloads": -1,
            "filename": "emb_opt-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6cfb1ed36a4c95523e621f5268f6cd2b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 25734,
            "upload_time": "2023-10-21T21:54:20",
            "upload_time_iso_8601": "2023-10-21T21:54:20.415883Z",
            "url": "https://files.pythonhosted.org/packages/8f/09/1e06c84be66dd3285e6c5ee9ee66355054e0c4a0ba4974a10d876e654390/emb_opt-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-21 21:54:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DarkMatterAI",
    "github_project": "emb_opt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "emb-opt"
}
        
Elapsed time: 0.16079s