Lucas Teske
Lucas Teske
Confirmed here, working fine now :D - Thanks! But let me know if you want some mirror or hosting ^^
I just tested it, it works fine on linux. For some reason not from the cargo, I had to download this repo and it locally to cargo.toml.
Bump, same problem here. Need to dd the entire disk with zero so ZFS can replace the disk. +1 to devZer0 comment
> > Bump, same problem here. Need to dd the entire disk with zero so ZFS can replace the disk. > > > > +1 to devZer0 comment > >...
Yeah, only dd'ing zeros to the disk actually fixed it. I'm not sure why. One thing I noticed it: After wipefs and partition table wipe if I create a single...
Sorry for the delay @JohnJyong, here is a small example: ```bash curl -X POST https://dify/v1/datasets/b384e948-2a1a-4c6a-9379-e05094d54ef5/documents/26a7498f-9539-4de4-a894-7a96139dafc4/segments \ -H "Authorization: Bearer dataset-XXXXXXXXXX" \ -H "Content-Type: application/json" \ -d '{ "segments": [ {...
Hey @crazywoola which version it has been fixed? I'm testing on 0.7.3 and its still happens  
Just to be sure @crazywoola is the patch for this issue applied in 0.7.3? (Not the issue @JohnJyong mentioned). Because if I check the API, its still stuck at indexing:...
Seens to be working on 0.8.0
Why not allow users to change the DefaultValueConverter.Instance field? (instead making it readonly). Then at least users can extend it.