Open-Assistant
Open-Assistant copied to clipboard
Improve inference export script
closes #3038
I'm glad to hear that. I've addressed your comments except for one. Please let me know if the performance is sufficient. I believe the relationship filters, as they are now, will use correlated subqueries so they might be suboptimal. I'm not entirely sure how to test them properly at scale. Is there maybe a script that fills the development inference-db with dummy data?
I'm glad to hear that. I've addressed your comments except for one. Please let me know if the performance is sufficient. I believe the relationship filters, as they are now, will use correlated subqueries so they might be suboptimal. I'm not entirely sure how to test them properly at scale. Is there maybe a script that fills the development inference-db with dummy data?
There isn't a way of filling the inference DB with dummy data currently, this would be a useful addition though so I'll raise a new issue for it. There's some dummy data here which was used for filling the data collection backend DB, could maybe be reused
Thank you for this PR!