AI-multimodal / aimm-post-processing

This repository is depricated. We will be doing all postprocessing in `aimmdb.postprocessing`.
Other
0 stars 3 forks source link

So the subsequent child can be searched. #6

Closed zleung9 closed 2 years ago

zleung9 commented 2 years ago

child = ["NCM", "BM_NCMA"] was seen as a single child, now it is treated subsequent childs.

matthewcarbone commented 2 years ago

@jmaruland what do you think about this? Does it conflict with the future changes you're going to make regarding how the searches are done?

jmaruland commented 2 years ago

@x94carbone This approach is simple and it will be easy to upgrade once we move to the next version of the aimm server. The infrastructure team have been discussing the best approach to build a tiled tree-like structure that can generate broader search results. There are some important changes coming but they will make the search implementation a lot better. Once the new version is moved to the production server, I will update client.py as well.