We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5428272 commit e7aba25Copy full SHA for e7aba25
1 file changed
docs/docs.html
@@ -565,6 +565,13 @@ <h3>📋 <strong>Complete List of 12 Parameters</strong></h3>
565
<td><code>"gpt-4o-mini"</code></td>
566
<td>LLM model name</td>
567
</tr>
568
+ <tr>
569
+ <td>13</td>
570
+ <td><code>embedding_model_name</code></td>
571
+ <td>str</td>
572
+ <td><code>"all-MiniLM-L6-v2"</code></td>
573
+ <td>Support Qwen/Qwen3-Embedding-0.6B BAAI/bge-m3 all-MiniLM-L6-v2</td>
574
+ </tr>
575
</tbody>
576
</table>
577
</section>
0 commit comments