implement new search strategy

This commit is contained in:
KCaverly 2023-09-25 13:44:19 -04:00
parent 0697d08e54
commit 86ec0b1d9f
5 changed files with 227 additions and 50 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash
cargo run -p semantic_index --example eval
RUST_LOG=semantic_index=trace cargo run -p semantic_index --example eval --release