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

Uploaded Source

Built Distribution

langchain_openai-0.1.7-py3-none-any.whl (34.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: langchain_openai-0.1.7.tar.gz
  • Upload date:
  • Size: 28.1 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.7.tar.gz
Algorithm Hash digest
SHA256 fd7e1c33ba8e2cab4b2154f3a2fd4a0d9cc6518b41cf49bb87255f9f732a4896
MD5 3a116a6b4a1449b8b87b8abb98274822
BLAKE2b-256 26ed11ce0a48661122827986aeedb407394d5dd7301e9ccb5e1e00b4d622073c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_openai-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 39c3cb22bb739900ae8294d4d9939a6138c0ca7ad11198e57038eb14c08d04ec
MD5 269009d74156a688adaeb7a7da8043be
BLAKE2b-256 102743f785670a340363fe46e2893a80293fa12448584f19ba4f9e6d03673552

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