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

Uploaded Source

Built Distribution

langchain_openai-0.1.22-py3-none-any.whl (52.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: langchain_openai-0.1.22.tar.gz
  • Upload date:
  • Size: 45.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for langchain_openai-0.1.22.tar.gz
Algorithm Hash digest
SHA256 0cf93133f230a893e3b0cc2a792bbf2580950e879b577f6e8d4ff9963a7de44b
MD5 846a5b89fde10059084c8bffe39ea92c
BLAKE2b-256 7e5a0881f292df446d5ad47a181bd6d692ec33ac3c4148440bf1451648777238

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_openai-0.1.22-py3-none-any.whl
Algorithm Hash digest
SHA256 e184ab867a30f803dc210a388537186b1b670a33d910a7e0fa4e0329d3b6c654
MD5 1fbc08d04527553a6442ed052dd493dd
BLAKE2b-256 bb826d6cb06f3fa41610918815a852ac7a2f067ec79df76c8d651014f12d6c31

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