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.0.dev1.tar.gz (44.8 kB view details)

Uploaded Source

Built Distribution

langchain_openai-0.2.0.dev1-py3-none-any.whl (51.3 kB view details)

Uploaded Python 3

File details

Details for the file langchain_openai-0.2.0.dev1.tar.gz.

File metadata

  • Download URL: langchain_openai-0.2.0.dev1.tar.gz
  • Upload date:
  • Size: 44.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for langchain_openai-0.2.0.dev1.tar.gz
Algorithm Hash digest
SHA256 b334f04ede9f82a8e215b233c29b10de4cce8eb115403833e72a5309f64536ec
MD5 a72137e8c3e8622e5ed56b0047c1cad7
BLAKE2b-256 d2bc4595ac3ca0712c783c7ee59803d516820ff9e552c72131b5e7c321f5a192

See more details on using hashes here.

File details

Details for the file langchain_openai-0.2.0.dev1-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_openai-0.2.0.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 1adc49309cd13c77c36153461aa8c4a164c13ecfb6a8397fe63bd75123deb1fd
MD5 6bbd57f487e45b2d4ef5d3f5569db666
BLAKE2b-256 67b91eea5e7572dd7abaaedcc20df37365e2d9cc5bb1e5daeda9f24141d25c72

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