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

Uploaded Source

Built Distribution

langchain_openai-0.1.16-py3-none-any.whl (46.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: langchain_openai-0.1.16.tar.gz
  • Upload date:
  • Size: 39.8 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.16.tar.gz
Algorithm Hash digest
SHA256 3dedcc785a64a488ad6a313cc59b0dccea025d27413b55cec73a20dcf3ded4da
MD5 0731b5288d6c0055352276d049326877
BLAKE2b-256 e62f55049bb495f09ffeada1bfc3375cf2ab6410f29bf84930d669b18168bd2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_openai-0.1.16-py3-none-any.whl
Algorithm Hash digest
SHA256 bff90e9d0be786495920a7851ae4d55247fb084d3a11d1b15bfe91904ce1cb0f
MD5 97f3c092be40bc3074c3578b7e19bc5e
BLAKE2b-256 7e397dbd710fea15a80328f1a3c18cc7ce564e1242cbba28902b55733c80177e

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