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

This version

0.1.2

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

Uploaded Source

Built Distribution

langchain_openai-0.1.2-py3-none-any.whl (33.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: langchain_openai-0.1.2.tar.gz
  • Upload date:
  • Size: 26.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for langchain_openai-0.1.2.tar.gz
Algorithm Hash digest
SHA256 cd391e61bd93ab72ae24d8e1f250257d6acff6d9e455e623363b8c171533050a
MD5 fcf0f73dffcd3968d9f97415703fce7d
BLAKE2b-256 408ff301688415640bcccf0633cb0f3a1be5fecf46e5aadb029f0ae969316bb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_openai-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 45fab91803df22c6d5fce7c010df404569898372df5ae8cd03af50bef774d2ec
MD5 0abed8933b78a4d5c1337641a5bc73f7
BLAKE2b-256 6fc171abdc3ee0435bb3a0e3b074cc291f5eecce9016139fc49a42970f6d9f15

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