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

Uploaded Source

Built Distribution

langchain_openai-0.2.1-py3-none-any.whl (49.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for langchain_openai-0.2.1.tar.gz
Algorithm Hash digest
SHA256 a131ea18736f1a8792925391b91a8c8bd834431ffc2055c92ba49f59c3dcaaf0
MD5 8d576a44ca63da5f891abb8fc231e24d
BLAKE2b-256 b06c7de338e189bd9ed3872547b1dac48b378ce70dcc3950a679fd5f4727162e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_openai-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 215efa4526c88f8105f002b43b7cbf98cebd9baeb4f62c3b58faebdb578715bc
MD5 2c1bc93554522838806d85c13d4517ab
BLAKE2b-256 4762de45798e51dc030f092c216bd0be93246c73fce2f612ef9a60fa032538ce

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