Content Filtering
Filter Arguments
Graphlit supports a wide variety of filtering options, when querying contents (including when publishing or summarizing contents).
You can add one or more optional filter arguments to narrow the set of contents which will be returned from the query.
Search Examples
Vector Similarity Search
Hybrid Similarity Search (combines Vector and Keyword search)
Keyword Search
Filter Examples
Content Types
You can filter by one or more content types.
File Types
You can filter by one or more file types.
Feeds
You can filter by one or more feeds, by feed identifiers (comma-delimited).
Collections
You can filter by one or more collections, by collection identifiers (comma-delimited).
Observable
You can filter by one or more observable entities (i.e. Person, Organization, Place), which uses the Graphlit knowledge graph relationships to only return content where the entity was observed.
For example, we can filter by content which are linked to a specific person. (i.e. by the sender of email).
If you have enabled entity extraction in the content workflow, those extracted entities are automatically filterable via this same approach.
Note, you must provide the identifier of the person, not its name or email. If you need to lookup a person by name or email, you can query first to get the identifier.
Original Date Range
You can filter on the original date of the content, either from a specific date to today, or between a start and end date.
The 'original date' is the date that content was authored, i.e. the date a picture was taken).
Dates must be formatted in ISO-8601 format (yyyy-MM-dd'T'HH:mm:ss.SSSZ).
File Size Range
You can filter by the file size of the content, either greater than a file size, or between a lower and higher file size.
Geo-location
You can filter by the geo-location of the content, if the latitude and longitude exist in the content metadata. (The geo-location is automatically indexed from image and video metadata.)
The location filter is the latitude and longitude, comma-delimited. The distance filter is in kilometers.
Last updated