docs: fix Hugging Face embeddings inference inputs (#7843)
Fix HF embeddings inference inputs in docs Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
This commit is contained in:
parent
21f9182a82
commit
50341d1a65
1 changed files with 0 additions and 4 deletions
|
|
@ -217,10 +217,6 @@ Use this component to create embeddings with Hugging Face's hosted models, or to
|
|||
| API Key | API Key | The API key for accessing the Hugging Face Inference API. |
|
||||
| API URL | API URL | The URL of the Hugging Face Inference API. |
|
||||
| Model Name | Model Name | The name of the model to use for embeddings. |
|
||||
| Cache Folder | Cache Folder | The folder path to cache Hugging Face models. |
|
||||
| Encode Kwargs | Encoding Arguments | Additional arguments for the encoding process. |
|
||||
| Model Kwargs | Model Arguments | Additional arguments for the model. |
|
||||
| Multi Process | Multi-Process | Whether to use multiple processes. |
|
||||
|
||||
### Outputs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue