Skip to content

Commit 1c181f0

Browse files
authored
docs: fix example prompts (#26)
1 parent eb5e4a8 commit 1c181f0

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,35 +43,33 @@ Here are some example prompts to get you started:
4343
### Account Management
4444
```
4545
"What is the email address associated with my Algolia account?"
46-
"How many API keys do I have in my account?"
4746
```
4847

4948
### Applications
5049
```
51-
"List all my Algolia apps and their creation dates."
52-
"What indices are in my 'E-commerce' application?"
50+
"List all my Algolia apps."
51+
"List all the indices are in my 'e-commerce' application and format them into a table sorted by entries."
5352
"Show me the configuration for my 'products' index."
5453
```
5554

5655
### Search & Indexing
5756
```
5857
"Search my 'products' index for Nike shoes under $100."
59-
"Add these 10 books to my 'library' index using their ISBNs as objectIDs."
58+
"Add the top 10 programming books to my 'library' index using their ISBNs as objectIDs."
6059
"How many records do I have in my 'customers' index?"
6160
```
6261

6362
### Analytics & Insights
6463
```
65-
"Generate a chart showing my search volume for the past month."
66-
"What's the no-results rate for my 'products' index in the EU region? Generate a graph using React and Recharts."
67-
"Show me the top 10 searches with no results from last week."
64+
"What's the no-results rate for my 'products' index in the DE region? Generate a graph using React and Recharts."
65+
"Show me the top 10 searches with no results in the DE region from last week."
6866
```
6967

7068
### Monitoring & Performance
7169
```
7270
"Are there any ongoing incidents at Algolia?"
73-
"What's the current latency for my US application?"
74-
"Show me a visualization of my API usage over the past week."
71+
"What's the current latency for my 'e-commerce' index?"
72+
"Show me a visualization of my daily account usage for the past month."
7573
```
7674

7775
> [!TIP]

0 commit comments

Comments
 (0)