You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+65Lines changed: 65 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -367,6 +367,71 @@ $db->save();
367
367
368
368
Deleted documents are soft-deleted from the HNSW graph (kept for connectivity but excluded from results) and fully removed from the BM25 index. Document files are deleted from disk immediately.
369
369
370
+
## Metadata filtering
371
+
372
+
Filter search results by document metadata. Filters can be combined with any search method — vector, text, or hybrid.
373
+
374
+
### Creating filters
375
+
376
+
Use the `MetadataFilter` value object. All nine operators are supported:
0 commit comments