[PR #98] [MERGED] Streamlit app for Pinecone #106

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/auto-evaluator/pull/98
Author: @rlancemartin
Created: 5/12/2023
Status: Merged
Merged: 5/12/2023
Merged by: @rlancemartin

Base: mainHead: streamlit_app


📝 Commits (2)

📊 Changes

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

View changed files

streamlit/README.md (+51 -0)
streamlit/auto-evaluator.py (+349 -0)
streamlit/eval_sets/lex-pod-eval.json (+4 -0)
streamlit/kor_retriever_lex.py (+52 -0)
streamlit/prompts.py (+146 -0)
streamlit/requirements.txt (+7 -0)
streamlit/self_query_retriever_lex.py (+12 -0)

📄 Description

See write-up here


🔄 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/auto-evaluator/pull/98 **Author:** [@rlancemartin](https://github.com/rlancemartin) **Created:** 5/12/2023 **Status:** ✅ Merged **Merged:** 5/12/2023 **Merged by:** [@rlancemartin](https://github.com/rlancemartin) **Base:** `main` ← **Head:** `streamlit_app` --- ### 📝 Commits (2) - [`ff2c177`](https://github.com/langchain-ai/auto-evaluator/commit/ff2c177e389d68fdd4ddab7d488ada8f0ee04e8c) Streamlit app for Pinecone - [`c68652d`](https://github.com/langchain-ai/auto-evaluator/commit/c68652d9d18304f3c302cdea4f1a7f1ff41b9d28) Add docs ### 📊 Changes **7 files changed** (+621 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `streamlit/README.md` (+51 -0) ➕ `streamlit/auto-evaluator.py` (+349 -0) ➕ `streamlit/eval_sets/lex-pod-eval.json` (+4 -0) ➕ `streamlit/kor_retriever_lex.py` (+52 -0) ➕ `streamlit/prompts.py` (+146 -0) ➕ `streamlit/requirements.txt` (+7 -0) ➕ `streamlit/self_query_retriever_lex.py` (+12 -0) </details> ### 📄 Description See write-up [here](https://rlancemartin.notion.site/Retrieval-Architectures-18502448c85240828f33716740f9574b) --- <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-15 19:15:02 -05:00
yindo closed this issue 2026-02-15 19:15:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/auto-evaluator#106