Skip to content

Commit 864c803

Browse files
authored
fix: change documentation to reflect accurate method name (#837)
Updates the docs to reflect the correct method name.
1 parent ea7e8c7 commit 864c803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howtos/applications/compare_embeddings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ distributions = {
5555
}
5656
5757
# generate testset
58-
testset = generator.generate_with_llama_index_docs(documents, 100,distributions)
58+
testset = generator.generate_with_llamaindex_docs(documents, 100,distributions)
5959
testset.to_pandas()
6060
```
6161

0 commit comments

Comments
 (0)