From 8007935ba8317e61c730f3609a36f0087f6f519c Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Sat, 30 Aug 2025 11:35:58 +0200 Subject: [PATCH] [Examples][Milvus] Fix RAG example --- examples/rag/milvus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rag/milvus.php b/examples/rag/milvus.php index b1bb75d09..d49a83376 100644 --- a/examples/rag/milvus.php +++ b/examples/rag/milvus.php @@ -38,7 +38,7 @@ ); // initialize the index -$store->initialize(); +$store->setup(); // create embeddings and documents $documents = [];