chore: update Sphinx links to markdown (#33386)

This commit is contained in:
Mason Daugherty
2025-10-09 11:54:14 -04:00
committed by GitHub
parent 057ac361ef
commit 3576e690fa
31 changed files with 105 additions and 107 deletions

View File

@@ -23,9 +23,9 @@ class FastEmbedSparse(SparseEmbeddings):
) -> None:
"""Sparse encoder implementation using FastEmbed.
Uses `FastEmbed <https://qdrant.github.io/fastembed/>`__ for sparse text
Uses [FastEmbed](https://qdrant.github.io/fastembed/) for sparse text
embeddings.
For a list of available models, see `the Qdrant docs <https://qdrant.github.io/fastembed/examples/Supported_Models/>`__.
For a list of available models, see [the Qdrant docs](https://qdrant.github.io/fastembed/examples/Supported_Models/).
Args:
model_name (str): The name of the model to use. Defaults to `"Qdrant/bm25"`.