We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5c9f6 commit 430c8d1Copy full SHA for 430c8d1
src/settings.rs
@@ -46,7 +46,7 @@ pub enum Embedder {
46
HuggingFace(HuggingFaceEmbedderSettings),
47
/// Use OpenAI's API to generate embeddings
48
/// Depending on hardware, this is a
49
- OpenAI(OpenAIEmbedderSettings),
+ OpenAi(OpenAIEmbedderSettings),
50
/// [Ollama](https://ollama.com/) is a framework for building and running language models locally.
51
Ollama(OllamaEmbedderSettings),
52
/// Supports arbitrary embedders which supply a [REST](https://en.wikipedia.org/wiki/REST) interface
0 commit comments