Skip to main content

An integration package connecting Upstage and LangChain

Project description

langchain-upstage

This package contains the LangChain integrations for Upstage through their APIs.

Installation and Setup

  • Install the LangChain partner package
pip install -U langchain-upstage
  • Get an Upstage api key from Upstage Console and set it as an environment variable (UPSTAGE_API_KEY)

Chat Models

This package contains the ChatUpstage class, which is the recommended way to interface with Upstage models.

See a usage example

Embeddings

See a usage example

Use solar-embedding-1-large model for embeddings. Do not add suffixes such as -query or -passage to the model name. UpstageEmbeddings will automatically add the suffixes based on the method called.

Layout Analysis Loader

See a usage example

The use_ocr option determines whether OCR will be used for text extraction from documents. If this option is not specified, the default policy of the Upstage Layout Analysis API service will be applied. When use_ocr is set to True, OCR is utilized to extract text. In the case of PDF documents, this involves converting the PDF into images before performing OCR. Conversely, if use_ocr is set to False for PDF documents, the text information embedded within the PDF is used directly. However, if the input document is not a PDF, such as an image, setting use_ocr to False will result in an error.

from langchain_upstage import UpstageLayoutAnalysisLoader

file_path = "/PATH/TO/YOUR/FILE.image"
layzer = UpstageLayoutAnalysisLoader(file_path, split="page")

# For improved memory efficiency, consider using the lazy_load method to load documents page by page.
docs = layzer.load()  # or layzer.lazy_load()

for doc in docs[:3]:
    print(doc)

If you are a Windows user, please ensure that the Visual C++ Redistributable is installed before using the loader.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

langchain_upstage-0.1.6rc1.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

langchain_upstage-0.1.6rc1-py3-none-any.whl (16.2 kB view details)

Uploaded Python 3

File details

Details for the file langchain_upstage-0.1.6rc1.tar.gz.

File metadata

  • Download URL: langchain_upstage-0.1.6rc1.tar.gz
  • Upload date:
  • Size: 13.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for langchain_upstage-0.1.6rc1.tar.gz
Algorithm Hash digest
SHA256 9c165dfc8970812976b9bab3fefe21fa6f05093bbf0bd9dd9dea1c122ddaecd2
MD5 3141afddf19e3554400409fa41a37dd0
BLAKE2b-256 ce053545b76aba7a7baef8e7727cc75bbce354f8ba79ab5dc70c2a3c1d00af93

See more details on using hashes here.

File details

Details for the file langchain_upstage-0.1.6rc1-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_upstage-0.1.6rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 98b34ecf9d229bd8ea0b0437f19dd763ee176bfff0b0f405c0dbb3ba00baeaa7
MD5 bc1be1566ed409f48c81ce29c8519304
BLAKE2b-256 5ebb4aeadffb2fc1aa6e9726b92959e1fd02b2ff2df73fd925b050c5442a32b4

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