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

Uploaded Source

Built Distribution

langchain_openai-0.2.8-py3-none-any.whl (50.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: langchain_openai-0.2.8.tar.gz
  • Upload date:
  • Size: 43.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for langchain_openai-0.2.8.tar.gz
Algorithm Hash digest
SHA256 48d22fa05bb8f7b371be47d05c7a3f42a68ff0e704647b86cc1bfc44e140f01b
MD5 285a7e29c8e359ce92512d68bcbb2d27
BLAKE2b-256 5865f6f7e36840a0ed7bea281a0f2fff11190a1a708125cee6f49750e2acdfac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_openai-0.2.8-py3-none-any.whl
Algorithm Hash digest
SHA256 0116b104d203377d2f4f61095e1d3ce1ba50e446d1a75397eaf0d1fcdf2c0d7b
MD5 1c7809722e7be9d89df26a33801f2e46
BLAKE2b-256 6908305828ff8f7e9b9c9cbc389aa708bb001bb55a503c52b47a9c01272af4b5

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