Update unit2/llama-index/components.ipynb
#56
by
YajieXu
- opened
I found that the import statementfrom llama_index.embeddings.huggingface import HuggingFaceInferenceAPIEmbedding
should be used instead offrom llama_index.embeddings.huggingface_api import HuggingFaceInferenceAPIEmbedding
,
otherwise an error occurs.