mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-25 04:25:23 -04:00
Workspace Search input #186
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?
Originally created by @timothycarambat on GitHub (Sep 13, 2023).
At the workspace level, we should enable a document to be found by the following search params:
exact text search- reads JSON files for exact text matchsemantic search- uses OpenAImetadata key- requires specific format of [key]:[value]vector idSearching should execute on user's click and will render results in the document viewer to show the document(s) which match the search.