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

This version

0.2.2

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

Uploaded Source

Built Distribution

langchain_openai-0.2.2-py3-none-any.whl (49.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: langchain_openai-0.2.2.tar.gz
  • Upload date:
  • Size: 42.4 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.2.tar.gz
Algorithm Hash digest
SHA256 9ae8e2ec7d1ca84fd3bfa82186724528d68e1510a1dc9cdf617a7c669b7a7768
MD5 524ec3311f3069ebeea4eb6ad16175c0
BLAKE2b-256 554c0a88c51192b0aeef5212019060da7112191750ab7a185195d8b45835578c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_openai-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3a203228cb38e4711ebd8c0a3bd51854e447f1d017e8475b6467b07ce7dd3e88
MD5 05206e2fd0a8fa032d8f6c343d66e3ac
BLAKE2b-256 b04ec62ce98a5412f031f7f03dda5c35b6ed474e0083986261073ca9da5554d5

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