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

Uploaded Source

Built Distribution

langchain_openai-0.1.17-py3-none-any.whl (46.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: langchain_openai-0.1.17.tar.gz
  • Upload date:
  • Size: 40.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for langchain_openai-0.1.17.tar.gz
Algorithm Hash digest
SHA256 c5d70ddecdcb93e146f376bdbadbb6ec69de9ac0f402cd5b83de50b655ba85ee
MD5 1692fe6b0ebedbc5ee6109ef833bc759
BLAKE2b-256 a1379e3d39bfb11da9a2b14ec1959f34becb17bf2985977719c21b1043df22c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_openai-0.1.17-py3-none-any.whl
Algorithm Hash digest
SHA256 30bef5574ecbbbb91b8025b2dc5a1bd81fd62157d3ad1a35d820141f31c5b443
MD5 4eba9d2cedb97b2afe481dece6e1558d
BLAKE2b-256 25e1e8a255f391d9eeef36ff6d617c01160f3fce7c5f4ae4ce8250d661336f44

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