Allen Calderwood
Allen Calderwood
If you don't care about the content in those parts, you can remove it with the following snippet: ``` eml_message = email.message_from_string(body) for part in eml_message.walk(): if part.get_content_type() == 'text/calendar':...
I also ran into this issue a few days ago (t2.micro). I think (?) a simple (no-code) solution would be for chroma to offer [precompiled wheels](https://pypi.org/project/Chroma/#files) similar to [numpy](https://pypi.org/project/numpy/#files).
I found a workaround, it takes a few steps: 1. Create another EC2 instance similar to your smaller one but with more memory 2. Build the hnsw wheel inside that...
I did a little more digging and found something interesting. In SoapManager.get, there is a line: Object o = envelope1.getResponse(); According to my debugger, o was an instance of SoapPrimitive...
Sorry about that, You're correct in thinking that it is a typo. I was able to pass null as the output class and use the Java XMLPullParser class parse out...