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.8rc1.tar.gz (27.0 kB view details)

Uploaded Source

Built Distribution

langchain_openai-0.0.8rc1-py3-none-any.whl (33.5 kB view details)

Uploaded Python 3

File details

Details for the file langchain_openai-0.0.8rc1.tar.gz.

File metadata

  • Download URL: langchain_openai-0.0.8rc1.tar.gz
  • Upload date:
  • Size: 27.0 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.8rc1.tar.gz
Algorithm Hash digest
SHA256 10399c0fcf6292dfab609033ea4578fcf89ea02d038eb1d879f357721da96e20
MD5 e1a72cf3606523eb2918b8af9858f188
BLAKE2b-256 5db3c8f1f832b520767ae20ca39f99be53a7c32d73db37db88ba8eb5192f8e78

See more details on using hashes here.

File details

Details for the file langchain_openai-0.0.8rc1-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_openai-0.0.8rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 decd25307844d583e6620907428962b18e8ee22db73b226dba630f67a9674255
MD5 157deef4c2e24b319d73db6b3c399901
BLAKE2b-256 6d92fad720eb5b2286a651adc10fdcc06a5f924323a851037de9bd009d0911a9

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