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

Uploaded Source

Built Distribution

langchain_openai-0.0.6-py3-none-any.whl (29.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: langchain_openai-0.0.6.tar.gz
  • Upload date:
  • Size: 22.7 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.6.tar.gz
Algorithm Hash digest
SHA256 f5c4ebe46f2c8635c8f0c26cc8df27700aacafea025410e418d5a080039974dd
MD5 7f372f9e5d2e945868b9834c08cabec6
BLAKE2b-256 36bd2963a5b9f7dcf5759144bbe590984730daccfd8ced01d9de5cbf23072ac5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_openai-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 2ef040e4447a26a9d3bd45dfac9cefa00797ea58555a3d91ab4f88699eb3a005
MD5 15bd787abdd73a2c6c03eaddb13307e1
BLAKE2b-256 074884e1840c25592bb76deea48d187d9fc8f864c9c82ddf3f084da4c9b8a15b

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