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

Uploaded Source

Built Distribution

langchain_openai-0.1.25-py3-none-any.whl (51.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: langchain_openai-0.1.25.tar.gz
  • Upload date:
  • Size: 45.2 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.1.25.tar.gz
Algorithm Hash digest
SHA256 eb116f744f820247a72f54313fb7c01524fba0927120d4e899e5e4ab41ad3928
MD5 e27ab49aa1f4fc1239c3e46c93fc8dca
BLAKE2b-256 2fcb98fe365f2e5eee39d0130279959a84182ab414879b666ffc2b9d69b95633

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_openai-0.1.25-py3-none-any.whl
Algorithm Hash digest
SHA256 f0b34a233d0d9cb8fce6006c903e57085c493c4f0e32862b99063b96eaedb109
MD5 8a321650cb0a37386d887116198bdb67
BLAKE2b-256 7f2ea4430cad7a98e29e9612648f8b12d7449ab635a742c19bf1d62f8713ecaa

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