We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7e8c7 commit 864c803Copy full SHA for 864c803
docs/howtos/applications/compare_embeddings.md
@@ -55,7 +55,7 @@ distributions = {
55
}
56
57
# generate testset
58
-testset = generator.generate_with_llama_index_docs(documents, 100,distributions)
+testset = generator.generate_with_llamaindex_docs(documents, 100,distributions)
59
testset.to_pandas()
60
```
61
0 commit comments