axiangcoding
axiangcoding
关于这个issue,我应该可以协助,不过我还需要阅读下你在miria bot上的实现
Documentation in [https://wso2.com/identity-and-access-management/install/docker/get-started/](https://wso2.com/identity-and-access-management/install/docker/get-started/) is out of date , WSO2 maintain their images in Docker Hub. Docker Hub Homepage: [https://hub.docker.com/r/wso2/wso2is](https://hub.docker.com/r/wso2/wso2is) Use "wso2/wso2is" as image, works fine for me
anyone can help with this issue?
Is this a problem related to pydantic or beanie? If this is a known issue, i think it is better write it down in the document
Any progress on this?
Same issue here. I try to backup some collecltion from one milvus to another mivlus but failed because of missing data and missing indexes. However, collection was created successfully.
Looks like the issue has been mentioned before at https://github.com/chroma-core/chroma/issues/1009#issuecomment-1695083394, and https://github.com/chroma-core/chroma/issues/1152 Could it only be the issue in Windows?
hi @tazarov , I have try `client.delete_collection()` before remove directory, but it only cleaned up the data in the sqlite database and didn't delete any files. btw, i tried `client.reset()`...
> @axiangcoding, can you trace what process keeps the lock on the file? As an alternative, have you tried running things into a docker container with a volume instead of...
hi @tazarov , I've tested it in k8s, mounted an azure-file to the persistent directory, both `fastapi` and `cronjob` pod can access it. And `cronjob` pod still could not delete...