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

Uploaded Source

Built Distribution

langchain_openai-0.1.21rc1-py3-none-any.whl (48.7 kB view details)

Uploaded Python 3

File details

Details for the file langchain_openai-0.1.21rc1.tar.gz.

File metadata

  • Download URL: langchain_openai-0.1.21rc1.tar.gz
  • Upload date:
  • Size: 42.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.21rc1.tar.gz
Algorithm Hash digest
SHA256 fbfc612f1f17ffc13b66dceea071baab16a84c8c1470721a34f404001f6b7c68
MD5 a0706c54cb4596579cd97a92c73dde8b
BLAKE2b-256 5c4935fd515e70e2b050eaf833275edef5002a0a7e31b0d08ab111970154298f

See more details on using hashes here.

File details

Details for the file langchain_openai-0.1.21rc1-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_openai-0.1.21rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 1b24df98798bc4910c7dff563392ac11894483836cb51e78ab7326cc1b34c0fa
MD5 d2ee2878c939d22c11ed11db73c628eb
BLAKE2b-256 c5814d20485ff3ff67d6559731fd60e5d80f54434dc375ce7a44fc7e67123141

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