After importing from GitHub or Files, you can import embeddings.

@if (costsAreFinal) {

The import has been completed. The following costs have been applied to your OpenAI account.

} @else {

Here is an estimate of the token costs. Actual costs may be lower if the embeddings are already cached, or slightly higher due to some tokens like filenames being added to improve results. Charges will be applied to your OpenAI account.

Please review the results below and click Import to confirm.

} @if (costs) {
@if (costs.ignoredFiles.length > 0) {
} @if (costs.ignoredFunctions.length > 0) {
} } @if (!costsAreFinal && costs && costs.functions.length > rateLimit) {
The number of functions exceeds the OpenAI rate limit. The import may take up to {{ ceil(costs.functions.length / rateLimit) }} minutes.
}