Ernani commited on
Commit
241ad49
·
verified ·
1 Parent(s): 680f625

Included package for the embeddings creation - unit 2 llama-index

Browse files

Added the package llama-index-embeddings-huggingface-api as it's required on the import for the first pipeline creation.

Without this lib, the execution will be errored because of the missing package.

Files changed (1) hide show
  1. unit2/llama-index/components.ipynb +1 -1
unit2/llama-index/components.ipynb CHANGED
@@ -23,7 +23,7 @@
23
  "metadata": {},
24
  "outputs": [],
25
  "source": [
26
- "!pip install llama-index datasets llama-index-callbacks-arize-phoenix llama-index-vector-stores-chroma llama-index-llms-huggingface-api -U -q"
27
  ]
28
  },
29
  {
 
23
  "metadata": {},
24
  "outputs": [],
25
  "source": [
26
+ "!pip install llama-index datasets llama-index-callbacks-arize-phoenix llama-index-vector-stores-chroma llama-index-llms-huggingface-api llama-index-embeddings-huggingface-api -U -q"
27
  ]
28
  },
29
  {