llama-index-embeddings-nvidia


Namellama-index-embeddings-nvidia JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
Summaryllama-index embeddings nvidia integration
upload_time2024-05-18 16:09:12
maintainerNone
docs_urlNone
authorYour Name
requires_python<4.0,>=3.8.1
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NVIDIA's Embeddings connector

With this connector, you'll be able to connect to and generate from compatible models available as hosted [NVIDIA NIMs](https://ai.nvidia.com), such as:

- NVIDIA's Retrieval QA Embedding Model [embed-qa-4](https://build.nvidia.com/nvidia/embed-qa-4)

_First_, get a free API key. Go to https://build.nvidia.com, select a model, click "Get API Key".
Store this key in your environment as `NVIDIA_API_KEY`.

## Installation

```bash
pip install llama-index-embeddings-nvidia
```

## Usage

```python
from llama_index.embeddings.nvidia import NVIDIAEmbedding

embedder = NVIDIAEmbedding()
embedder.get_query_embedding("What's the weather like in Komchatka?")
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llama-index-embeddings-nvidia",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/8c/ac/a398ed8336be13f3b00b0983889c4dcb2a99012acc307883663350113e22/llama_index_embeddings_nvidia-0.1.3.tar.gz",
    "platform": null,
    "description": "# NVIDIA's Embeddings connector\n\nWith this connector, you'll be able to connect to and generate from compatible models available as hosted [NVIDIA NIMs](https://ai.nvidia.com), such as:\n\n- NVIDIA's Retrieval QA Embedding Model [embed-qa-4](https://build.nvidia.com/nvidia/embed-qa-4)\n\n_First_, get a free API key. Go to https://build.nvidia.com, select a model, click \"Get API Key\".\nStore this key in your environment as `NVIDIA_API_KEY`.\n\n## Installation\n\n```bash\npip install llama-index-embeddings-nvidia\n```\n\n## Usage\n\n```python\nfrom llama_index.embeddings.nvidia import NVIDIAEmbedding\n\nembedder = NVIDIAEmbedding()\nembedder.get_query_embedding(\"What's the weather like in Komchatka?\")\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index embeddings nvidia integration",
    "version": "0.1.3",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec56af5f14feb7bbec27ee73274c7d1f00d55484679c178047c35b496a6dc187",
                "md5": "7dc7adb53239a402c6f0e264e43557f7",
                "sha256": "14f7bc772727d8fbfc95466322f49458336c9fd5729115d8f7ce2ae0596e60f1"
            },
            "downloads": -1,
            "filename": "llama_index_embeddings_nvidia-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7dc7adb53239a402c6f0e264e43557f7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 4366,
            "upload_time": "2024-05-18T16:09:11",
            "upload_time_iso_8601": "2024-05-18T16:09:11.299447Z",
            "url": "https://files.pythonhosted.org/packages/ec/56/af5f14feb7bbec27ee73274c7d1f00d55484679c178047c35b496a6dc187/llama_index_embeddings_nvidia-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8caca398ed8336be13f3b00b0983889c4dcb2a99012acc307883663350113e22",
                "md5": "207903c4ecda8b18be81c2a9a780ca4e",
                "sha256": "dae09167e56aacce7ddf79dd1ceec601a39010eda0696c47141979a67809be24"
            },
            "downloads": -1,
            "filename": "llama_index_embeddings_nvidia-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "207903c4ecda8b18be81c2a9a780ca4e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 4072,
            "upload_time": "2024-05-18T16:09:12",
            "upload_time_iso_8601": "2024-05-18T16:09:12.723332Z",
            "url": "https://files.pythonhosted.org/packages/8c/ac/a398ed8336be13f3b00b0983889c4dcb2a99012acc307883663350113e22/llama_index_embeddings_nvidia-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-18 16:09:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-embeddings-nvidia"
}
        
Elapsed time: 0.26281s