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.

Document Parse 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 Document Parse 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 UpstageDocumentParseLoader

file_path = "/PATH/TO/YOUR/FILE.image"
layzer = UpstageDocumentParseLoader(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.7.7.tar.gz (21.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

langchain_upstage-0.7.7-py3-none-any.whl (26.6 kB view details)

Uploaded Python 3

File details

Details for the file langchain_upstage-0.7.7.tar.gz.

File metadata

  • Download URL: langchain_upstage-0.7.7.tar.gz
  • Upload date:
  • Size: 21.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for langchain_upstage-0.7.7.tar.gz
Algorithm Hash digest
SHA256 7e6d34b0b58c9a7ce7e1ae8997f841491de6b2b9766619c99dca10ccbbd04bcb
MD5 91010f70abf3114e47132dcf30e9e2f6
BLAKE2b-256 f7de4769f96de2b686134e9d1d2069967bc1213c7c0ae4cbd2261366f0094617

See more details on using hashes here.

File details

Details for the file langchain_upstage-0.7.7-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_upstage-0.7.7-py3-none-any.whl
Algorithm Hash digest
SHA256 493e2fcf78bf9133b0336d1426d4767a6baf90ed43ca500f0cdb262b56243ce5
MD5 745e6e16abf717da2c7f2bd3d0c95d7b
BLAKE2b-256 e3d6601b818561ba4ce12773b3b2ce984c7769687d566850834b0156649f650d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page