mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-19 20:24:32 +02:00
Warm Up Models Prep (#2196)
This commit is contained in:
@@ -311,11 +311,11 @@ export default function EmbeddingForm() {
|
||||
>
|
||||
<>
|
||||
<div className="text-lg">
|
||||
{selectedProvider.model_name} is a low-performance model.
|
||||
{selectedProvider.model_name} is a lower accuracy model.
|
||||
<br />
|
||||
We recommend the following alternatives.
|
||||
<li>OpenAI for cloud-based</li>
|
||||
<li>Nomic for self-hosted</li>
|
||||
<li>Cohere embed-english-v3.0 for cloud-based</li>
|
||||
<li>Nomic nomic-embed-text-v1 for self-hosted</li>
|
||||
</div>
|
||||
<div className="flex mt-4 justify-between">
|
||||
<Button color="green" onClick={() => setShowPoorModel(false)}>
|
||||
|
Reference in New Issue
Block a user