Skip to content

Commit 2f9c49d

Browse files
make single table for embeddings section
1 parent c16fff0 commit 2f9c49d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

learn/indexing/optimize_indexing_performance.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ Focus on the **longest-running steps** and investigate which index settings or d
8181
| Trace key | Description | Optimization |
8282
|------------|--------------|--------------|
8383
| `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-
85-
| Trace key | Description | Optimization |
86-
|------------|--------------|--------------|
8784
| `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.|
8885

8986
### `post processing words > word prefix *`

0 commit comments

Comments
 (0)