[PR #56] [MERGED] Semantic search document filtering #122

Closed
opened 2026-02-15 16:30:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/56
Author: @timothycarambat
Created: 9/21/2023
Status: Merged
Merged: 9/21/2023
Merged by: @timothycarambat

Base: masterHead: semantic-search-document-filtering


📝 Commits (2)

  • 7d448df Enable search filtering on semantic search on single document to prevent inclusion of non-document fragments
  • 64ed6b7 Merge branch 'master' of github.com:Mintplex-Labs/vector-admin into semantic-search-document-filtering

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 backend/utils/search/documentEmbeddings/semantic.js (+1 -1)

📄 Description

Fix issue where semantic search in a single document will include fragments from the workspace in total and not limited to the focused document


🔄 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/vector-admin/pull/56 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 9/21/2023 **Status:** ✅ Merged **Merged:** 9/21/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `semantic-search-document-filtering` --- ### 📝 Commits (2) - [`7d448df`](https://github.com/Mintplex-Labs/vector-admin/commit/7d448df7ba79f64f286f919700439de5d8bf0fde) Enable search filtering on semantic search on single document to prevent inclusion of non-document fragments - [`64ed6b7`](https://github.com/Mintplex-Labs/vector-admin/commit/64ed6b7531280add2b71334ee97608654eb88fc0) Merge branch 'master' of github.com:Mintplex-Labs/vector-admin into semantic-search-document-filtering ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/utils/search/documentEmbeddings/semantic.js` (+1 -1) </details> ### 📄 Description Fix issue where semantic search in a single document will include fragments from the workspace in total and not limited to the focused document --- <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 16:30:22 -05:00
yindo closed this issue 2026-02-15 16:30:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#122