Merge pull request #1687 from buroa/buroa/huggingface-embeddings

feat: move to native `sentence_transformers`
This commit is contained in:
Timothy Jaeryang Baek 2024-04-22 13:55:34 -07:00 committed by GitHub
commit 0546ad58be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 153 additions and 268 deletions

View file

@ -180,7 +180,7 @@
}
}}
>
<option value="">{$i18n.t('Default (SentenceTransformer)')}</option>
<option value="">{$i18n.t('Default (SentenceTransformers)')}</option>
<option value="ollama">{$i18n.t('Ollama')}</option>
<option value="openai">{$i18n.t('OpenAI')}</option>
</select>