Skip to content

Commit a757caf

Browse files
address reviewer feedback
1 parent 2f9c49d commit a757caf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn/indexing/optimize_indexing_performance.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Focus on the **longest-running steps** and investigate which index settings or d
8080

8181
| Trace key | Description | Optimization |
8282
|------------|--------------|--------------|
83-
| `writing embeddings to database` | Time spent saving vector embeddings. | Use embedding vectors with fewer dimensions. <br/>- [Disabling embedding regeneration on document update](/reference/api/documents#vectors). <br/>- Consider enabling [binary quantization](/reference/api/settings#binaryquantized). <br/>- Consider enabling the [experimental vector store](/reference/api/settings#vector-store).|
84-
| `extracting embeddings` | Time spent extracting embeddings from embedding providers' responses. | Reduce the amount of data sent to embeddings provider. <br/>- [Include fewer attributes in `documentTemplate`](/learn/ai_powered_search/document_template_best_practices). <br/>- [Reduce maximum size of the document template](/reference/api/settings#update-embedder-settings). <br/>- If using a third-party service like OpenAI, upgrade your account to a higher tier.|
83+
| `writing embeddings to database` | Time spent saving vector embeddings. | Use embedding vectors with fewer dimensions. <br/>- Consider enabling [binary quantization](/reference/api/settings#binaryquantized). |
84+
| `extracting embeddings` | Time spent extracting embeddings from embedding providers' responses. | Reduce the amount of data sent to embeddings provider. <br/>- [Include fewer attributes in `documentTemplate`](/learn/ai_powered_search/document_template_best_practices). <br/>- [Reduce maximum size of the document template](/reference/api/settings#update-embedder-settings). <br/>- [Disabling embedding regeneration on document update](/reference/api/documents#vectors). <br/>- If using a third-party service like OpenAI, upgrade your account to a higher tier.|
8585

8686
### `post processing words > word prefix *`
8787

0 commit comments

Comments
 (0)