kiteco / issue-tracker

User-reported issues for Kite
https://Kite.com
1.75k stars 136 forks source link

Kite CoPilot Application Size #454

Open syddo opened 3 years ago

syddo commented 3 years ago

The application size is ridiculously HUGE at over 1GB. This should be optimized and reduced.

metalogical commented 3 years ago

Thanks for the feedback.

The application size is currently very large because we bundle a number of machine learning models as well as prebuilt Python indices for 3rd party libraries. Given that we haven't heard a lot of feedback about this, we're not actively working on reducing the size, but we will definitely try to avoid increasing the size over the status quo.

In order to reduce the size, we would need to build a downloader component that could automatically download the relevant resource files.