Skip to main content

An integration package connecting OpenAI and LangChain

Reason this release was yanked:

Regression. AzureChatOpenAI json-mode broken. Fixed in 0.1.22.

Project description

langchain-openai

This package contains the LangChain integrations for OpenAI through their openai SDK.

Installation and Setup

  • Install the LangChain partner package
pip install langchain-openai
  • Get an OpenAI api key and set it as an environment variable (OPENAI_API_KEY)

LLM

See a usage example.

from langchain_openai import OpenAI

If you are using a model hosted on Azure, you should use different wrapper for that:

from langchain_openai import AzureOpenAI

For a more detailed walkthrough of the Azure wrapper, see here

Chat model

See a usage example.

from langchain_openai import ChatOpenAI

If you are using a model hosted on Azure, you should use different wrapper for that:

from langchain_openai import AzureChatOpenAI

For a more detailed walkthrough of the Azure wrapper, see here

Text Embedding Model

See a usage example

from langchain_openai import OpenAIEmbeddings

If you are using a model hosted on Azure, you should use different wrapper for that:

from langchain_openai import AzureOpenAIEmbeddings

For a more detailed walkthrough of the Azure wrapper, see here

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

langchain_openai-0.1.21.tar.gz (43.5 kB view details)

Uploaded Source

Built Distribution

langchain_openai-0.1.21-py3-none-any.whl (49.8 kB view details)

Uploaded Python 3

File details

Details for the file langchain_openai-0.1.21.tar.gz.

File metadata

  • Download URL: langchain_openai-0.1.21.tar.gz
  • Upload date:
  • Size: 43.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for langchain_openai-0.1.21.tar.gz
Algorithm Hash digest
SHA256 2c65feaf12bb284eccf7bce35725fd06f3035fa751babad6aa84af2f99867f88
MD5 9411a0180bcec30d31af460172e919a0
BLAKE2b-256 77c842490e2e34358eb7dae2ad0869ec4442706148aa4e721ce2e7e3a4d3d5ad

See more details on using hashes here.

File details

Details for the file langchain_openai-0.1.21-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_openai-0.1.21-py3-none-any.whl
Algorithm Hash digest
SHA256 44420f0c84859ae236a80c8ac8754a16d5b660c24377c27ba98308145d346352
MD5 fca6165611a3742a043e2d6745266b33
BLAKE2b-256 e50c7c752ba4a6fa8719f9f8cf8e22f0e2c8bbcdac5f8a580dd12a1496cd5031

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page