Skip to content

Data Explorer

The Data Explorer is an interactive visual browser for your Weaviate collections. Browse objects, apply filters, run vector searches, and export data — all with a rich table interface.

Key Capabilities

  • Interactive table with sortable columns, configurable pagination, and column visibility management
  • Visual filter builder with 10+ operators (Equal, Not Equal, Contains, Greater Than, Less Than, Like, ContainsAny, ContainsAll, IsNull, IsNotNull)
  • AND/OR logic for combining multiple filter conditions
  • Four vector search modes: Text (semantic), Object (similarity), Vector (raw embeddings), Hybrid (BM25 + vector)
  • Data export to JSON or CSV (current page, filtered results, or entire collection)
  • Virtual scrolling for large datasets (1000+ objects)
  • Filter presets — save, load, and delete frequently used filter combinations

Vector Search Modes

Text (Semantic)

Uses nearText for concept-driven search. Requires a text vectorizer configured on the collection.

Similar Object

Finds objects similar to an existing object by its ID. Uses nearObject.

Raw Vector

Direct vector embedding input for advanced users. Uses nearVector.

Combines BM25 keyword matching with vector semantic search. Features:

  • Alpha slider to balance keyword vs semantic weight
  • Score breakdown showing keyword, semantic, and combined scores
  • Property selection for targeted keyword search
  • Preset buttons (Keyword Only, Balanced, Semantic Only)

Exporting Data

Choose from three export scopes:

ScopeDescription
Current PageOnly visible rows
Filtered ResultsAll objects matching current filters
Entire CollectionEvery object in the collection

Export options include:

  • Include/exclude metadata (_additional fields)
  • Include/exclude vectors
  • Flatten nested objects
  • CSV or JSON format

Large Exports

Exporting more than 10,000 objects may take significant time. Progress indicators and cancellation are available.

Keyboard Shortcuts

ShortcutAction
Ctrl+FFocus filter search
Ctrl+KOpen filter builder
Ctrl+EExport data modal
Ctrl+RRefresh current page

User Preferences

Per-collection preferences are persisted across sessions:

  • Visible columns and column order
  • Sort direction and column
  • Page size
  • Filter presets
  • Panel expanded/collapsed states

Released under the MIT License.