mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-16 15:34:47 -05:00
[PR #36] [MERGED] project #3- llm hybrid search + RAG claude #7938
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/36
Author: @Madhuvod
Created: 12/3/2024
Status: ✅ Merged
Merged: 12/5/2024
Merged by: @Shubhamsaboo
Base:
main← Head:llm_hybrid_rag_claude📝 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
7 files changed (+827 additions, -1 deletions)
View changed files
📝
rag_tutorials/autonomous_rag/README.md(+1 -1)➕
rag_tutorials/llm_app_hybrid_RAG_claude/LLM-Hybrid-RagLite-Claude.mp4(+0 -0)➕
rag_tutorials/llm_app_hybrid_RAG_claude/README.md(+98 -0)➕
rag_tutorials/llm_app_hybrid_RAG_claude/chainlit.yaml(+97 -0)➕
rag_tutorials/llm_app_hybrid_RAG_claude/local_main.py(+279 -0)➕
rag_tutorials/llm_app_hybrid_RAG_claude/main.py(+340 -0)➕
rag_tutorials/llm_app_hybrid_RAG_claude/requirements.txt(+12 -0)📄 Description
hey @Shubhamsaboo, this is an unfinished pr for our project LLM App with Hybrid Search and RAG - Claude, built on RAGlite and Chainlit.
The System is working as of now, but I still need to fix a couple of bugs. So don't merge yet please
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.