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 28882c3 commit ed2f906Copy full SHA for ed2f906
README.md
@@ -105,7 +105,7 @@ fn main() { block_on(async move {
105
// Create a client (without sending any request so that can't fail)
106
let client = Client::new("http://localhost:7700", "masterKey");
107
108
- // Get the index called "movies"
+ // An index is where the documents are stored.
109
let movies = client.get_or_create("movies").await.unwrap();
110
111
// Add some movies in the index
0 commit comments