mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-03-12 01:57:58 -05:00
[PR #37] [MERGED] LLM hybrid Search RAG assistant with Claude - Streamlit #111
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/37
Author: @Madhuvod
Created: 12/5/2024
Status: ✅ Merged
Merged: 12/5/2024
Merged by: @Shubhamsaboo
Base:
main← Head:llm_hybridrag-streamlit📝 Commits (10+)
dd2eda6new project - llm hybrid search + RAG claude (unfinished)c9ea965solved the api masking issue - used ChatSettings class5193d04document processing and response gen smooth956cf6dfully working84ef41fUpdate README.mdb96367flocal version of the same2c59d48Merge branch 'Shubhamsaboo:main' into llm_hybrid_rag_claude4930103Merge remote-tracking branch 'origin/llm_hybrid_rag_claude' into llm_hybrid_rag_claude8c3b4feUpdate README.md9f7bbf0local implementation of the same📊 Changes
3 files changed (+286 additions, -0 deletions)
View changed files
➕
rag_tutorials/hybrid_search_rag/README.md(+99 -0)➕
rag_tutorials/hybrid_search_rag/main.py(+175 -0)➕
rag_tutorials/hybrid_search_rag/requirements.txt(+12 -0)📄 Description
done, everything works including the fallback mechanism. used Streamlit now, cut down the code to 175 lines and it has great readability. This is Claude btw
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.