Skip to main content

An integration package connecting OpenAI and LangChain

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.12.tar.gz (36.9 kB view details)

Uploaded Source

Built Distribution

langchain_openai-0.1.12-py3-none-any.whl (43.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for langchain_openai-0.1.12.tar.gz
Algorithm Hash digest
SHA256 9e27888536c579c3c4cd6e23e65c42fb6756c19f93c14ba00a15d2a236344fe8
MD5 ffccde33fda3c64c513c15db7f0a576a
BLAKE2b-256 85f51aa060d11322061bab3b3620b9d51c027421ef48a833ddda8c93e9c33d4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_openai-0.1.12-py3-none-any.whl
Algorithm Hash digest
SHA256 5d6679ccac4a5cee82aa37ab5c7bb1422405e6cee72d3057b96b8ec9c277c8ab
MD5 6d2de082462e7e8a9a711ec11b92ea0d
BLAKE2b-256 8e1ef515d661cb902e5e8fd5ebd9b7789cfd3314ec97154c1db8a3b5ad62d515

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