Skip to content

Commit 8007935

Browse files
committed
[Examples][Milvus] Fix RAG example
1 parent ba85c4c commit 8007935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rag/milvus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
);
3939

4040
// initialize the index
41-
$store->initialize();
41+
$store->setup();
4242

4343
// create embeddings and documents
4444
$documents = [];

0 commit comments

Comments
 (0)