Results 8 comments of datenhahn

For me it worked to just call the pdoc.cli main programmatically. Put this file `create_pdoc.py` in the same folder where your `manage.py` is and change the `MODULE` variable to your...

Here are the full logs (134MB tar.gz): https://drive.google.com/file/d/1W32Ag4d3qUt-N1Trg3YJlmq7Ep2IJGQ8/view?usp=sharing

The final plan is to put a couple of millions (about 2-10 Mio.) vectors in milvus. The current short-term plan is to start with 100-500k vectors (only the most recent...

Ah sorry, I just copy and pasted my notes :) . We originally planned for partitions with different sizings and therefore (hopefully) different search times, smaller partitions resulting in faster...

This seems to be fixed, stability / self healing of Milvus has increased much in the last weeks (last test was with v2.1.2, closing ticket.

@XuanYang-cn I have mailed you the other logs, I didn't realize the logs have been rotated, so the new file is 300MB big. Maybe some more information about our setup...

@XuanYang-cn I have uploaded the logs here now, maybe that works: https://drive.google.com/file/d/1TJYGAx_H2emOcF0XQruhlozDzGI9008I/view?usp=sharing 1. We loaded the collection (I was not aware it is possible or required to load partitions separately)...

I used them successfully by setting the CMD_PREFIX to an empty string. I am using ubuntu-core inside a virtualbox vm for testing, so I am not afraid to rollback to...