From ae26057b0b7c06985e44fd86caf04ae52634e305 Mon Sep 17 00:00:00 2001 From: Dinmukhamed Mailibay <47117969+dinmukhamedm@users.noreply.github.com> Date: Sat, 4 Jan 2025 16:54:16 +0500 Subject: [PATCH] check the index and retrieve checkbox in readme (#299) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b4697f3..7660b660 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ - [x] Datasets - [x] Export production trace data to datasets. - [x] Run evals on hosted golden datasets. - - [ ] Index dataset and retrieve semantically-similar dynamic few-shot examples to improve your prompts. Coming very soon. + - [X] Index dataset and retrieve semantically-similar dynamic few-shot examples to improve your prompts. - [x] Built for scale - [x] Written in Rust 🦀 - [x] Traces are sent via gRPC, ensuring the best performance and lowest overhead.