[PR #115] [MERGED] Updated AI Blog Search Project with Qdrant and Gemini 2.0 Flash #175

Closed
opened 2025-11-06 14:57:57 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/115
Author: @CodeWithCharan
Created: 2/11/2025
Status: Merged
Merged: 2/25/2025
Merged by: @Shubhamsaboo

Base: mainHead: main


📝 Commits (4)

  • 5b73cc7 AI Blog Search Project added!
  • 2691e17 Replaced ChromaDB with Qdrant and upgraded the model to Gemini 2.0 Flash
  • ec15fe3 Merge remote-tracking branch 'upstream/main'
  • e0a9ba0 Moved AI Blog Search tutorial under rag_tutorials section

📊 Changes

3 files changed (+439 additions, -0 deletions)

View changed files

rag_tutorials/ai_blog_search/README.md (+56 -0)
rag_tutorials/ai_blog_search/app.py (+373 -0)
rag_tutorials/ai_blog_search/requirements.txt (+10 -0)

📄 Description

Last week, I submitted PR #106 for the AI Blog Search Project. Based on the feedback, I have now made the necessary updates, including:

  • Replaced ChromaDB with Qdrant for improved vector search performance.
  • Upgraded the model to Gemini 2.0 Flash for better accuracy and efficiency.
  • Ensured smooth integration within the existing Agentic RAG workflow.

Let me know if any further changes are needed. Otherwise, can this be merged now? 😊


🔄 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/Shubhamsaboo/awesome-llm-apps/pull/115 **Author:** [@CodeWithCharan](https://github.com/CodeWithCharan) **Created:** 2/11/2025 **Status:** ✅ Merged **Merged:** 2/25/2025 **Merged by:** [@Shubhamsaboo](https://github.com/Shubhamsaboo) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`5b73cc7`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/5b73cc74ab49077b2e699f9ce36afec97a9fe1ba) AI Blog Search Project added! - [`2691e17`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/2691e174b6bbf94195354af78bd4cbf35c548325) Replaced ChromaDB with Qdrant and upgraded the model to Gemini 2.0 Flash - [`ec15fe3`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/ec15fe3a12dbbe90e6ea7200a32ad48e9804310f) Merge remote-tracking branch 'upstream/main' - [`e0a9ba0`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/e0a9ba0362682b995d04108824d8a29d00e2d0f8) Moved AI Blog Search tutorial under rag_tutorials section ### 📊 Changes **3 files changed** (+439 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `rag_tutorials/ai_blog_search/README.md` (+56 -0) ➕ `rag_tutorials/ai_blog_search/app.py` (+373 -0) ➕ `rag_tutorials/ai_blog_search/requirements.txt` (+10 -0) </details> ### 📄 Description Last week, I submitted [PR #106](https://github.com/Shubhamsaboo/awesome-llm-apps/pull/106) for the AI Blog Search Project. Based on the feedback, I have now made the necessary updates, including: - Replaced ChromaDB with Qdrant for improved vector search performance. - Upgraded the model to Gemini 2.0 Flash for better accuracy and efficiency. - Ensured smooth integration within the existing Agentic RAG workflow. Let me know if any further changes are needed. Otherwise, can this be merged now? 😊 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:57:57 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#175