Closed suryyyansh closed 2 months ago
@apepkuss @alabulei1 Please review this PR and let me know if anything needs changing.
I don't understand? Why is the build failing?
Try the following two commands to see if there's any error/warning in your code:
cargo +nightly fmt --all -- --check
cargo +nightly clippy --target wasm32-wasi -- -D warnings
@apepkuss Fixed them! I had no idea we were using clippy.
@suryyyansh Please resolve the conflicts. Thanks!
@apepkuss Please review the changes.
The force pushes were because I accidentally merged my search-api branch.
Currently, there is no check for whether the qdrant service is running when running the server. This PR adds a simple check to prevent the server from running without an active service at the specified qdrant port and address.