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

Uploaded Source

Built Distribution

langchain_openai-0.1.4-py3-none-any.whl (34.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for langchain_openai-0.1.4.tar.gz
Algorithm Hash digest
SHA256 1a3220464c270d73ea3987010617789adc2099d4d4740b15c7734ab07e1f054b
MD5 4a7970e66c8bafacdb1e1b909f12941b
BLAKE2b-256 f6a70a6a8a25af589e98f4969393c0d1949f119752fb926bb4696768cd7f196f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_openai-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a349ada8724921e380aab03ee312568f5ca99adbc806f6878d79ff9cd1d6d353
MD5 b5c74c8890eab04fe7917c1552377c61
BLAKE2b-256 0111474e6d8b41eed8333e5f0ab3fc9912dd9106437d42e3079bb207199da180

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