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

Uploaded Source

Built Distribution

langchain_openai-0.1.3rc1-py3-none-any.whl (33.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: langchain_openai-0.1.3rc1.tar.gz
  • Upload date:
  • Size: 27.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for langchain_openai-0.1.3rc1.tar.gz
Algorithm Hash digest
SHA256 2cc589900898c22bd973b683e453bffca4f216a16b0cbaa5d7fbadbf022f7140
MD5 c781c164109ec5bc33576a8e30cd8028
BLAKE2b-256 c7ac9343282ee832534f8239d9e877c03d3736a0b3a28d7f0ed986669ee5b9ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_openai-0.1.3rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 542394db6a18d1d72e55bf8c51c84acc712c86d518150a5fec0a35fc35905c71
MD5 28589228d93bd64197df5980cb7dcd54
BLAKE2b-256 ecd41720f85753c359f886bb675e2e74c0a183d2a804be46438824821611387a

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