qdrant / vector-db-benchmark

Framework for benchmarking vector search engines
https://qdrant.tech/benchmarks/
Apache License 2.0
270 stars 77 forks source link

Poetry fails to install dependencies for vector-db-benchmark. #177

Open zeevbensender opened 2 months ago

zeevbensender commented 2 months ago

The poetry install command mentioned in the Run the client section of your README file doesn't run as expected and returns with the error:


No dependencies to install or update

Installing the current project: vector-db-benchmark (0.1.0)
Warning: The current project could not be installed: No file/folder found for package vector-db-benchmark
If you do not want to install the current project use --no-root.
If you want to use Poetry only for dependency management but not for packaging, you can disable package mode by setting package-mode = false in your pyproject.toml file.
In a future version of Poetry this warning will become an error!

Ubuntu 23.04 Python 3.10.14 Any ideas how to solve the issue?