Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Parameters for HuggingfaceCustomEmbedder, which embeds documents through Hugging Face’s InferenceClient.
id
str
"intfloat/multilingual-e5-large"
dimensions
Optional[int]
1536
api_key
Optional[str]
HUGGINGFACE_API_KEY
client_params
Optional[Dict[str, Any]]
None
huggingface_client
Optional[InferenceClient]
async_client
Optional[AsyncInferenceClient]
enable_batch
bool
False
batch_size
int
100
Was this page helpful?