DxP
DxP
hi @wd60622 - Also it seem with python 3.10.12 no isssue with pypika however 3.11 has issue and until I have 3.11 I can't proceed with pip install vectordb-bench ....
this is problem with pypika being on vectordb-bench and I raised the issue here as well : https://github.com/zilliztech/VectorDBBench/issues/224 But at this moment I need solution how can I move from...
I have Ubuntu 22.04 shipped with Python 3.10.12 and updated this to 3.11.5 using below instructions in AWS m7i/m6i Intel x86/64 instances : https://www.itsupportwale.com/blog/how-to-upgrade-to-python-3-11-on-ubuntu-20-04-and-22-04-lts/ And then did : pip install...
I ran a sample Dockerfile and concur with you that yes it strangely works inside the container .. question is why $pip3 list | grep vector pgvector 0.2.3 vectordb-bench 0.0.5...
hi @wd60622 I have tried running this inside Python virtualenv and it works perfectly fine . I know as a dockerfile it might work inside the container too . but...
@vkuznet @hloeung what is the fix and how this working for you ? I am using the latest 1.0 binary published in website and getting the issue. I want to...
@vkuznet -well I see you have said it is fixed though here ... not sure what I am missing ! Are you saying panic issue is not resolved it ?...
> Confirmed this fixes it for me, with MongoDB 4.4.11. Can you please share the details . How this works for you .. I am on Mongo 7 and still...
can anyone able to connect to Milvus server from ann benchmark client ? I don't see connection specification exist inside the module.py file ?
@wangting0128 do you think this code can be reused and replace on module.py to make pymilvus works ? https://gitcode.net/mirrors/milvus-io/ann-benchmarks/-/blob/master/ann_benchmarks/algorithms/milvus.py