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

Uploaded Source

Built Distribution

langchain_openai-0.0.7-py3-none-any.whl (33.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: langchain_openai-0.0.7.tar.gz
  • Upload date:
  • Size: 26.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for langchain_openai-0.0.7.tar.gz
Algorithm Hash digest
SHA256 303746637a971b1f32078afb5e97b904fa94d397fbb3b6c1f71d6a5f4edc6ee4
MD5 4fb64ee0533e098cc835dbe54bfe5356
BLAKE2b-256 4d35ed1b431428afa13c197d19effcd1235af79053e608934afce66d1f2f9d8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_openai-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 43b64806f45c18db710a7847ef8ada95ec8b3af27d3a4af16de8ac75e8b32b01
MD5 2fd7125f1ab3eb179bd04ab9317e6777
BLAKE2b-256 b966e96a5b70b453c4f53830abee34208a18bdb8ad0c1765cbfbf80938d8b975

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