Error: qdrant initialization failed
Author: ericQSCreated Sep 4, 2024Updated Dec 12, 2024
Labelsbug
Describe the bug I had compiled and installed bloop on ubuntu 18.04.5, i executed these commands
cargo build -p bleep --release
cargo run -p bleep --release -- --source-dir /home/eric/but i can't start bleep. when i execute
./target/release/bleep
i got the error
Error: qdrant initialization failed
Caused by:
Qdrant initialization failed. Is Qdrant running on `qdrant-url`?Expected behavior i want start the application
To Reproduce How can we reproduce the bug? Helpful information could include:
Details about your system ubuntu 18.04.5
The data that you had indexed
The query that you ran
Screenshots or output If applicable, add screenshots to help illustrate the bug.
Additional context Add any other context about the problem here.
Source: BloopAI/bloop