Skip to main content

An integration package connecting OpenAI and LangChain

Reason this release was yanked:

Contained a regression that prevented passing ToolMessage in the input to ChatOpenAI, fixed in 0.1.1

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

Uploaded Source

Built Distribution

langchain_openai-0.1.0-py3-none-any.whl (32.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: langchain_openai-0.1.0.tar.gz
  • Upload date:
  • Size: 26.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for langchain_openai-0.1.0.tar.gz
Algorithm Hash digest
SHA256 96bb825be484a19cd0586725856bd159e3ed47d31ad95c6d160852abcb938ae2
MD5 a7217f91515d3cb60c7d3a3ab839fb14
BLAKE2b-256 c76a2e7a9e07ac2cd3c5d002d18d5f44eda05c2bc161bf2862f8197cc1a54926

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_openai-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3cb3da679da9bc33c20634a5a64e65e1f1d9f69a8b71e8622297d8c33623e8d6
MD5 fd8e71d8455ab12dbbc015f4abb829da
BLAKE2b-256 6df4bea64066e93a4980f0d8352af733f950ff0eea98cca5000a4ca1ff2ae2b8

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