Skip to content

Commit b3562e2

Browse files
committed
bug #377 [Examples][Milvus] Fix RAG example (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Examples][Milvus] Fix RAG example | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- 8007935 [Examples][Milvus] Fix RAG example
2 parents ba85c4c + 8007935 commit b3562e2

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)