When I run bloop locally, but there is an error
Author: 276496815Created Jun 2, 2024Updated Aug 31, 2024
Labelsbug
Describe the bug
Expected behavior
when I run cargo run -p bleep , it is show Message: called Option::unwrap() on a None value
To Reproduce os: 14.3.1 rust: 1.73-x86_64-apple-darwin
// run qdrant_storage
docker run -p 6333:6333 -p 6334:6334
-v $(pwd)/qdrant_storage:/qdrant/storage:z
qdrant/qdrant
// location file
local_config.json config
How can I resolve this issue?
Source: BloopAI/bloop