-
Notifications
You must be signed in to change notification settings - Fork 24
Description
New user here so please bear with me some naive questions.
Is it possible to have some user code , math expression based filtering while doing graph search (hnsw)
I read documentation , can you provide some guidance or pointer on why filtering query language was based on mongodb query operators , any merits here as opposed to supporting sql operators supported by different databases ?
Looking at the code , i observe filtering done by binary_fuse_filter , could you please provide some details on if the filtering is pre-filtering or post retrieval filtering or during graph traversal filtering ? are their any engineering blog or documentation or the filtering strategy that you can point me to , wondering how canwe extend for other expressions based filtering