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
Bagatur d96f67b06f
standard-tests[patch]: Update chat model standard tests (#22378)
- Refactor standard test classes to make them easier to configure
- Update openai to support stop_sequences init param
- Update groq to support stop_sequences init param
- Update fireworks to support max_retries init param
- Update ChatModel.bind_tools to type tool_choice
- Update groq to handle tool_choice="any". **this may be controversial**

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
3 months ago
..
langchain_upstage upstage[patch] : fix error handling in Layout Analysis parser (#22054) 4 months ago
scripts upstage: init package (#20574) 5 months ago
tests standard-tests[patch]: Update chat model standard tests (#22378) 3 months ago
.gitignore upstage: init package (#20574) 5 months ago
LICENSE upstage: init package (#20574) 5 months ago
Makefile upstage: init package (#20574) 5 months ago
README.md partner-upstage[patch]: embeddings empty list bug (#22057) 4 months ago
poetry.lock standard-tests[patch]: Update chat model standard tests (#22378) 3 months ago
pyproject.toml standard-tests[patch]: Update chat model standard tests (#22378) 3 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-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.