Philip I. Thomas

Results 18 comments of Philip I. Thomas

@tkelman 0.5.1. I wiped out `~/.julia` to try again and got the same issue. I'll update to 0.5.2 now and try it.

Here's what I see between a broken and working attachment: ``` irb(main):037> working_post.body.body.attachments.first.full_attributes => {"sgid"=> "eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJalJuYVdRNkx5OWlhMngwTDBGamRHbDJaVk4wYjNKaFoyVTZPa0pzYjJJdk1UUTVPRFFfWlhod2FYSmxjMTlwYmdZNkJrVlUiLCJleHAiOm51bGwsInB1ciI6ImF0dGFjaGFibGUifX0=--d57d592036b4c7c8ee6252618872855347ee62a0", "content_type"=>"image/png", "url"=> "WORKING URL", "filename"=>"Screenshot 2024-06-17 at 13.46.11.png", "filesize"=>378036, "width"=>2488, "height"=>1832, "previewable"=>true, "presentation"=>"gallery"} irb(main):038>...

Hey @sunzhaoyang - with 2.* in the JavaScript packages, you no longer need to install chromadb-default-embed separately. `chromadb`'s embedding uses the `sharp` package, and I see this issue in your...

Looks like it's here: https://github.com/chroma-core/chroma/blob/8d05470ec1bb523e5c16369c393478bc330b204a/chromadb/utils/embedding_functions/chroma_cloud_qwen_embedding_function.py#L24

Hey @khteh - the Chroma CLI should address your needs. Try it out: https://www.youtube.com/watch?v=lHassGpmvK8

Hey @tazarov - the new Rust server has an updated OpenAPI spec that solves these issues, including typed responses. So, I'll close this out.