Commit fda5ccc
authored
Enable embedding always (#128)
When turned on, embedding (compute + storage) accounts for a small
fraction of one percent of all inference costs. Considering the fixed
infrastructure costs as well, the cost of embedding is a negligible
cost. So we will now always compute embeddings for all documents
submitted for redaction, whether we currently need it or not. This will
give us more information if we need it in the future, with really no
downside even if we never need them.1 parent 8e3c669 commit fda5ccc
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments