[PR #3809] [CLOSED] Improved RAG search with additional metadata from Qdrant #4414

Closed
opened 2026-02-22 18:35:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3809
Author: @shahinfard
Created: 5/12/2025
Status: Closed

Base: masterHead: improve-rag-search


📝 Commits (1)

  • a06f7ee Improved RAG search with additional metadata from Qdrant

📊 Changes

2 files changed (+59 additions, -201 deletions)

View changed files

📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx (+46 -200)
📝 server/utils/vectorDbProviders/qdrant/index.js (+13 -1)

📄 Description

Pull Request Type

  • [ X ] feat
  • 🐛 fix
  • [ X ] ♻️ refactor
  • [ X ] 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #xxx

What is in this change?

Increased metadata returned from Qdrant and updated frontend to display product cards.

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/3809 **Author:** [@shahinfard](https://github.com/shahinfard) **Created:** 5/12/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `improve-rag-search` --- ### 📝 Commits (1) - [`a06f7ee`](https://github.com/Mintplex-Labs/anything-llm/commit/a06f7ee4b1254a993509e2c78d3fc9ba5832a347) Improved RAG search with additional metadata from Qdrant ### 📊 Changes **2 files changed** (+59 additions, -201 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx` (+46 -200) 📝 `server/utils/vectorDbProviders/qdrant/index.js` (+13 -1) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ X ] ✨ feat - [ ] 🐛 fix - [ X ] ♻️ refactor - [ X ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? Increased metadata returned from Qdrant and updated frontend to display product cards. ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <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-22 18:35:47 -05:00
yindo closed this issue 2026-02-22 18:35:47 -05:00
yindo changed title from [PR #3809] Improved RAG search with additional metadata from Qdrant to [PR #3809] [CLOSED] Improved RAG search with additional metadata from Qdrant 2026-06-05 15:18:26 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4414