<!-- Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> **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.
Describe the bug
I had compiled and installed bloop on ubuntu 18.04.5,
i executed these commands
but i can't start bleep. when i execute
./target/release/bleepi got the error
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.