langchain-voyageai


Namelangchain-voyageai JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/langchain-ai/langchain
SummaryAn integration package connecting VoyageAI and LangChain
upload_time2024-11-01 20:47:14
maintainerNone
docs_urlNone
authorNone
requires_python<4.0,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # langchain-voyageai

This package contains the LangChain integrations for VoyageAI through their `voyageai` client package.

## Installation and Setup

- Install the LangChain partner package
```bash
pip install langchain-voyageai
```
- Get an VoyageAI api key and set it as an environment variable (`VOYAGE_API_KEY`) or use the API key as a parameter in the Client.



## Text Embedding Model

See a [usage example](https://python.langchain.com/docs/integrations/text_embedding/voyageai)

```python
from langchain_voyageai import VoyageAIEmbeddings
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/langchain-ai/langchain",
    "name": "langchain-voyageai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/4e/69/5ef61329063fa93c6a6237f0c04a48a4b29d7d0ea4833c913487fe839a2f/langchain_voyageai-0.1.3.tar.gz",
    "platform": null,
    "description": "# langchain-voyageai\n\nThis package contains the LangChain integrations for VoyageAI through their `voyageai` client package.\n\n## Installation and Setup\n\n- Install the LangChain partner package\n```bash\npip install langchain-voyageai\n```\n- Get an VoyageAI api key and set it as an environment variable (`VOYAGE_API_KEY`) or use the API key as a parameter in the Client.\n\n\n\n## Text Embedding Model\n\nSee a [usage example](https://python.langchain.com/docs/integrations/text_embedding/voyageai)\n\n```python\nfrom langchain_voyageai import VoyageAIEmbeddings\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An integration package connecting VoyageAI and LangChain",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/langchain-ai/langchain",
        "Release Notes": "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-voyageai%3D%3D0%22&expanded=true",
        "Repository": "https://github.com/langchain-ai/langchain",
        "Source Code": "https://github.com/langchain-ai/langchain/tree/master/libs/partners/voyageai"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "741975d4270ab330bf89efd43f9df3c951fc66a4afaf39c2018eb5ddf6fafa07",
                "md5": "56a304f9d63811963d6aaa3d9fcd3cf4",
                "sha256": "8365a396630485138e46ec25f619b922a98394b0448383aa958dd2682643c105"
            },
            "downloads": -1,
            "filename": "langchain_voyageai-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "56a304f9d63811963d6aaa3d9fcd3cf4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 5677,
            "upload_time": "2024-11-01T20:47:13",
            "upload_time_iso_8601": "2024-11-01T20:47:13.025085Z",
            "url": "https://files.pythonhosted.org/packages/74/19/75d4270ab330bf89efd43f9df3c951fc66a4afaf39c2018eb5ddf6fafa07/langchain_voyageai-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e695ef61329063fa93c6a6237f0c04a48a4b29d7d0ea4833c913487fe839a2f",
                "md5": "997c7b3c0cc41f32f082741196c4a4a4",
                "sha256": "afe43b495db85b0b6792473b45791697135da65b1a9d00581233af2675e360fb"
            },
            "downloads": -1,
            "filename": "langchain_voyageai-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "997c7b3c0cc41f32f082741196c4a4a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 4699,
            "upload_time": "2024-11-01T20:47:14",
            "upload_time_iso_8601": "2024-11-01T20:47:14.273112Z",
            "url": "https://files.pythonhosted.org/packages/4e/69/5ef61329063fa93c6a6237f0c04a48a4b29d7d0ea4833c913487fe839a2f/langchain_voyageai-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-01 20:47:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "langchain-ai",
    "github_project": "langchain",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "langchain-voyageai"
}
        
Elapsed time: 0.62505s