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.6

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

Uploaded Source

Built Distribution

langchain_openai-0.2.6-py3-none-any.whl (50.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: langchain_openai-0.2.6.tar.gz
  • Upload date:
  • Size: 43.2 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.6.tar.gz
Algorithm Hash digest
SHA256 7054e5f64498ad8e59d77cdc210103f5ea4f67258997edc48ae237298adeb316
MD5 f07b26d4379ff0f7d6b8ed159e0d3b70
BLAKE2b-256 936791e89373c8d6c670bd092d04078086b8e15028caae11708a162f80ae5201

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_openai-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 d56e4d9183bdd1a5fb5f3ed9d287f15108e01d631ded170dd330a566f2927b95
MD5 d347ee387219a00a332aa87b818951dc
BLAKE2b-256 a271789e9a66d3af707928b1bb42a67b1e93798c80a4b6a064bad32803cd1b79

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