[PR #425] [CLOSED] Upstage - self rag example #1462

Closed
opened 2026-02-20 17:44:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/425
Author: @chosh0615
Created: 5/9/2024
Status: Closed

Base: mainHead: upstage/self-rag-example


📝 Commits (8)

📊 Changes

1 file changed (+400 additions, -0 deletions)

View changed files

examples/rag/langgraph_self_rag_upstage.ipynb (+400 -0)

📄 Description

Add Self-RAG example using Upstage LLM, Solar.

This example demonstrates self RAG using Solar Chat, Solar Embeddings, Solar Groundedness Check, and Layout Analysis.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/425 **Author:** [@chosh0615](https://github.com/chosh0615) **Created:** 5/9/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `upstage/self-rag-example` --- ### 📝 Commits (8) - [`8e38594`](https://github.com/langchain-ai/langgraph/commit/8e38594d4ff2992b889825f5ac7ae4df48d5ebe3) Adding Upstage RAG example - [`e6dc8af`](https://github.com/langchain-ai/langgraph/commit/e6dc8afb5eebbe0c335540be1f5adc825ae23ff4) fix typo and error - [`f257176`](https://github.com/langchain-ai/langgraph/commit/f2571760213f9f7f080d0ab76b1f771e2f4b96b3) update description - [`7569261`](https://github.com/langchain-ai/langgraph/commit/7569261b524c5dd1d4d647ceaa76a0e0cf561ea2) Add type hints - [`0484d72`](https://github.com/langchain-ai/langgraph/commit/0484d7229c57b3529ceb1c3fa74221b2f3fd5e9f) add graph image - [`caa7e35`](https://github.com/langchain-ai/langgraph/commit/caa7e35483b463d27a762326b10763dc6fa9c357) newline - [`5444b0d`](https://github.com/langchain-ai/langgraph/commit/5444b0db5ace5504bb36cada56b7274282a21737) env var and minor fixes - [`2d04056`](https://github.com/langchain-ai/langgraph/commit/2d040563d72d0abcf8e487d88a5eb14258d7918b) rename ### 📊 Changes **1 file changed** (+400 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/rag/langgraph_self_rag_upstage.ipynb` (+400 -0) </details> ### 📄 Description Add Self-RAG example using Upstage LLM, Solar. This example demonstrates self RAG using [Solar Chat](https://developers.upstage.ai/docs/apis/chat), [Solar Embeddings](https://developers.upstage.ai/docs/apis/embeddings), [Solar Groundedness Check](https://developers.upstage.ai/docs/apis/groundedness-check), and [Layout Analysis](https://developers.upstage.ai/docs/apis/layout-analysis). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:44:47 -05:00
yindo closed this issue 2026-02-20 17:44:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1462