feat: add missing rust examples (#2583)

all 3 example are running now with:
```
cargo run --example simple
cargo run --example full_text_search
cargo run --example ivf_pq
```

Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
Co-authored-by: Weston Pace <weston.pace@gmail.com>
This commit is contained in:
Yuval Lifshitz
2025-08-15 20:38:58 +03:00
committed by GitHub
parent d3bae1f3a3
commit ce550e6c45

View File

@@ -124,6 +124,15 @@ required-features = ["sentence-transformers"]
name = "bedrock"
required-features = ["bedrock"]
[[example]]
name = "simple"
[[example]]
name = "full_text_search"
[[example]]
name = "ivf_pq"
[[example]]
name = "hybrid_search"
required-features = ["sentence-transformers"]