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.2.post1.tar.gz (22.0 kB view details)

Uploaded Source

Built Distribution

langchain_openai-0.0.2.post1-py3-none-any.whl (28.6 kB view details)

Uploaded Python 3

File details

Details for the file langchain_openai-0.0.2.post1.tar.gz.

File metadata

File hashes

Hashes for langchain_openai-0.0.2.post1.tar.gz
Algorithm Hash digest
SHA256 f8e78db4a663feeac71d9f036b9422406c199ea3ef4c97d99ff392c93530e073
MD5 85620ae1d12ac065ce01f629deab6c39
BLAKE2b-256 c5035b52481712116c955347deafdf855198822ceb3d3127a933bda58d7660ed

See more details on using hashes here.

File details

Details for the file langchain_openai-0.0.2.post1-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_openai-0.0.2.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 ba468b94c23da9d8ccefe5d5a3c1c65b4b9702292523e53acc689a9110022e26
MD5 34da00c6f95f0c63c59204ab08d7defb
BLAKE2b-256 0db341daf9bbc910ab17e9cb09540407a3c8e70ef8eb3a09d021638568d21092

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