Update README.md
This commit is contained in:
parent
b030836c56
commit
9cbf06c9c8
17
README.md
17
README.md
@ -632,14 +632,15 @@ rm /root/.flowise/vectorstore/faiss.json
|
|||||||
|
|
||||||
### Choosing an Embedding Model
|
### Choosing an Embedding Model
|
||||||
|
|
||||||
| Model | Where | Arabic | French | Darija | Code-switching |
|
| Model | Where | Arabic | French | Darija | Code-switching |
|
||||||
|---|---|---|---|---|---|
|
| ------------------------ | ---------- | ----------- | ----------- | ------ | -------------- |
|
||||||
| `nomic-embed-text` | Ollama | ⚠️ Partial | ✅ Good | ❌ Poor | ❌ Poor |
|
| `nomic-embed-text` | Ollama | ❌ | ❌ | ❌ | ❌ |
|
||||||
| `mxbai-embed-large` | Ollama | ✅ Good | ✅ Good | ⚠️ Partial | ⚠️ Partial |
|
| `mxbai-embed-large` | Ollama | ❌ | ❌ | ❌ | ❌ |
|
||||||
| `bge-m3` | Ollama | ✅ Excellent | ✅ Excellent | ⚠️ Partial | ✅ Best local |
|
| `bge-m3` | Ollama | ✅ Excellent | ✅ Excellent | ❌ Poor | ⚠️ Partial |
|
||||||
| `text-embedding-004` | Google API | ✅ Good | ✅ Good | ⚠️ Partial | ⚠️ Partial |
|
| `text-embedding-004` | Google API | ✅ Good | ✅ Good | ❌ Poor | ❌ Poor |
|
||||||
| `text-embedding-3-small` | OpenAI API | ✅ Good | ✅ Good | ⚠️ Partial | ⚠️ Partial |
|
| `text-embedding-3-small` | OpenAI API | ✅ Good | ✅ Good | ❌ Poor | ❌ Poor |
|
||||||
| `multilingual-e5-large` | Ollama | ✅ Excellent | ✅ Excellent | ⚠️ Partial | ✅ Best local |
|
| `multilingual-e5-large` | Ollama | ✅ Good | ✅ Good | ❌ Poor | ⚠️ Partial |
|
||||||
|
|
||||||
|
|
||||||
**Recommendation:** Switch to `bge-m3` for the best multilingual retrieval without any API cost:
|
**Recommendation:** Switch to `bge-m3` for the best multilingual retrieval without any API cost:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user