[PR #1] [MERGED] add streamlit files #42

Closed
opened 2026-02-16 00:15:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/rags/pull/1
Author: @jerryjliu
Created: 11/18/2023
Status: Merged
Merged: 11/18/2023
Merged by: @jerryjliu

Base: mainHead: jerry/add_files


📝 Commits (1)

📊 Changes

7 files changed (+943 additions, -0 deletions)

View changed files

.gitignore (+4 -0)
1_🏠_Home.py (+73 -0)
agent_utils.py (+308 -0)
pages/2_⚙️_RAG_Config.py (+104 -0)
pages/3_🤖_Generated_RAG_Agent.py (+96 -0)
pg_essay.txt (+353 -0)
requirements.txt (+5 -0)

📄 Description

No description provided


🔄 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/run-llama/rags/pull/1 **Author:** [@jerryjliu](https://github.com/jerryjliu) **Created:** 11/18/2023 **Status:** ✅ Merged **Merged:** 11/18/2023 **Merged by:** [@jerryjliu](https://github.com/jerryjliu) **Base:** `main` ← **Head:** `jerry/add_files` --- ### 📝 Commits (1) - [`d5a444f`](https://github.com/run-llama/rags/commit/d5a444fd0edf05ebbd43ca708ecb6a4a4a2a1080) cr ### 📊 Changes **7 files changed** (+943 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+4 -0) ➕ `1_🏠_Home.py` (+73 -0) ➕ `agent_utils.py` (+308 -0) ➕ `pages/2_⚙️_RAG_Config.py` (+104 -0) ➕ `pages/3_🤖_Generated_RAG_Agent.py` (+96 -0) ➕ `pg_essay.txt` (+353 -0) ➕ `requirements.txt` (+5 -0) </details> ### 📄 Description _No description provided_ --- <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-16 00:15:20 -05:00
yindo closed this issue 2026-02-16 00:15:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/rags#42