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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: langchain_openai-0.2.4.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.4.tar.gz
Algorithm Hash digest
SHA256 8fe494ea0b61241fe213bede8234e41e6927b348eaa8f6ce60f547676b0f2e14
MD5 28ab643683dfe5502f99bb8febdcd74b
BLAKE2b-256 a57b43a0c280557c6efb1d7db29e1a86f8f39df43224dae9f12bfc27f4e56d8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_openai-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 7e78adde0f97bf28440b0e08be27bc3b45ff88e41c12a859b30959d9504506a4
MD5 f6a63493932377484c3308b0c91e422a
BLAKE2b-256 718ed119b19ca8bdbadc10b1a6e704af95d259c99166be3325b067021d7c3706

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