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

Uploaded Source

Built Distribution

langchain_openai-0.2.3-py3-none-any.whl (49.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: langchain_openai-0.2.3.tar.gz
  • Upload date:
  • Size: 42.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for langchain_openai-0.2.3.tar.gz
Algorithm Hash digest
SHA256 e142031704de1104735f503f76352c53b27ac0a2806466392993c4508c42bf0c
MD5 7e3add1b6cdb2a01dccc1355a0572c53
BLAKE2b-256 413182c8a33354dd0a59438973cfdfc771fde0df2c9fb8388e0c23dc36119959

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_openai-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f498c94817c980cb302439b95d3f3275cdf2743e022ee674692c75898523cf57
MD5 cb4f211a815258105470ae225b9eee14
BLAKE2b-256 66eadcc59d9b818a4d7f25d4d6b3018355a0e0243a351b1d4ef8b26ec107ee00

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