You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/partners/upstage
JuHyung Son 710e57d779
upstage: deprecate UPSTAGE_DOCUMENT_AI_API_KEY (#21363)
Description: We are merging UPSTAGE_DOCUMENT_AI_API_KEY and
UPSTAGE_API_KEY into one, and only UPSTAGE_API_KEY will be used going
forward. And we changed the base class of ChatUpstage to BaseChatOpenAI.

---------

Co-authored-by: Sean <chosh0615@gmail.com>
Co-authored-by: Erick Friis <erick@langchain.dev>
2 months ago
..
langchain_upstage upstage: deprecate UPSTAGE_DOCUMENT_AI_API_KEY (#21363) 2 months ago
scripts upstage: init package (#20574) 2 months ago
tests upstage: deprecate UPSTAGE_DOCUMENT_AI_API_KEY (#21363) 2 months ago
.gitignore upstage: init package (#20574) 2 months ago
LICENSE upstage: init package (#20574) 2 months ago
Makefile upstage: init package (#20574) 2 months ago
README.md upstage: init package (#20574) 2 months ago
poetry.lock upstage[minor]: Update few codes and add upstage loader in pdf section (#21085) 2 months ago
pyproject.toml upstage: release 0.1.4 (#21432) 2 months ago

README.md

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-1-mini-embedding as the default 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.