This cookbook aims to highlight innovative use cases and outputs created by leveraging Upstage Solar and Document AI’s capabilities. We aim to inspire others by showcasing the versatility and excellence of Upstage features across various domains. The Upstage cookbook is open to the community. If you have an interesting idea for using APIs, spot a typo, or want to add or improve a guide, feel free to contribute!
Get an API key from Upstage console to try examples in the cookbook. Set the environment variable UPSTAGE_API_KEY
with your key, or create an .env
file with the key.
Content:
- Source code for apps, programs, or computational projects assisted by the Upstage APIs.
- Tutorials, educational materials, or lesson plans developed with the Upstage APIs.
- Any other interesting applications that showcase the Upstage API's potential!
Requirements:
- Code/text entries should be in .md, .ipynb or other common formats.
- Include an overview describing the project/output and its purpose. Provide step-by-step instructions in a logical order and Include any relevant tips, notes, or variations.
- Projects should be original creations or properly credited if adapted from another source.
- Submissions should not contain explicit violating content.
Rights:
- You maintain ownership and rights over your submitted project.
- By submitting, you grant us permission to showcase and distribute the entry.
- Entries cannot infringe on any third-party copyrights or intellectual property.
Let us know if you need any other guidelines or have additional criteria to include! We’re happy to continue iterating on these submission rules.
Disclaimer: The views and opinions expressed in community and partner examples do not reflect those of Upstage.
API | Description | Example usage |
---|---|---|
Chat | Build assistants using Solar Mini Chat. | Link |
Text Embedding | Embed strings to vectors. | Link |
Document Parse | Serialize documents with tables and figures. | Link |
Translation | Context-aware translation that leverages previous dialogues to ensure unmatched coherence and continuity in your conversations. | Link |
Groundedness Check | Verify groundedness of assistant's response. | Link |
Key Information Extraction | Extract key information from target documents. | Link |
Document OCR | Extract all text from any document. | Link |
For more information, visit https://console.upstage.ai
Notebook | Description |
---|---|
Solar-Full-Stack LLM-101 | This notebooks includes a comprehensive suite of exercises designed to equip users with the skills needed to effectively utilize large language models (LLMs) across a variety of applications. |
Upstage features | This notebook can be used to experiment with Upstage's APIs. |
Function calling | This notebook provides the most basic way to use function calling. |
LlamaIndex RAG | This notebook provides a comprehensive way to build a Retrieval-Augmented-Generation using the llama-index Upstage integration package. |