Skip to content
github-actions[bot] edited this page Sep 2, 2026 · 2 revisions

Search

Vector Watcher provides search functionality for exploring data in connected databases.


Performing a Search

A typical search workflow is:

  1. Connect to a database.
  2. Select the appropriate table or data source.
  3. Enter a search query
  4. Run the search.
  5. Review the results.

Search results may display information such as:

  • Matching records
  • Similarity results
  • Metadata
  • Scores
  • Associated data

TODO: Document the exact result structure.


Search Requirements

Some search functionality may require indexes or additional database configuration.

If a search fails, review the error message and verify that the selected database and table support the requested search operation.

Clone this wiki locally