update docs

This commit is contained in:
ZiyiXia 2024-11-08 17:23:58 +08:00
parent ccbc178145
commit 1df8b3637e

View File

@ -7,11 +7,13 @@ Using pip:
----------
If you do not want to finetune the models, you can install the package without the finetune dependency:
.. code:: bash
pip install -U FlagEmbedding
If you want to finetune the models, you can install the package with the finetune dependency:
.. code:: bash
pip install -U FlagEmbedding[finetune]