Included package for the embeddings creation - unit 2 llama-index
Browse filesAdded 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.
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 |
{
|