| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
Codecov ReportPatch coverage: 39.56% and project coverage change: -1.06% ⚠️ Additional details and impacted files @@ Coverage Diff @@
## main #1718 +/- ##
==========================================
- Coverage 85.54% 84.49% -1.06%
==========================================
Files 133 133
Lines 8608 8733 +125
==========================================
+ Hits 7364 7379 +15
- Misses 1244 1354 +110
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes ☔ View full report in Codecov by Sentry. |
Sorry, something went wrong.
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
There was a problem hiding this comment.
I like it in general. Do we have an idea on the amount of extra space it takes to index all these into SQLIte? Should we have a DBConfig entry abou tthe fields that are to be filterable?
Sorry, something went wrong.
| }, | ||
| }, | ||
| # `None` is not a Type, but we allow it here anyway | ||
| None: {}, # type: ignore |
There was a problem hiding this comment.
not really know why it was here, but why removing it?
Sorry, something went wrong.
There was a problem hiding this comment.
I think it's because python_type_to_db_type function was returning None for types other than vector, but I changed it with defaultdict which returns an empty dict by default
Sorry, something went wrong.
| if safe_issubclass(python_type, allowed_type): | ||
| return np.ndarray | ||
|
|
||
| type_map = { |
There was a problem hiding this comment.
so we must be clear on what items are filterable and which are not. To be mindful when documenting
Sorry, something went wrong.
There was a problem hiding this comment.
I'll update docs here #1678
Sorry, something went wrong.
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
|
📝 Docs are deployed on https://ft-feat-hnsw-prefiltering--jina-docs.netlify.app 🎉 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Support Filtering for HnswDocumentIndex, separately as well as inside the query builder
Main changes:
Notes:
query builder became quite complex even tho I tried decomposing it as much as possible.
i think codecov has some problems?