diff --git a/llama-index-integrations/llms/llama-index-llms-ipex-llm/examples/README.md b/llama-index-integrations/llms/llama-index-llms-ipex-llm/examples/README.md index 5070d151cacaf..26af58c6e00dd 100644 --- a/llama-index-integrations/llms/llama-index-llms-ipex-llm/examples/README.md +++ b/llama-index-integrations/llms/llama-index-llms-ipex-llm/examples/README.md @@ -105,6 +105,6 @@ Then, run the example as following: python text2sql.py -m -d -e -q -n ``` ->Please note that in this example we'll use [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) model for demonstration. It requires updating transformers and tokenizers packages. But you are also welcomed to use other models. +>Please note that in this example we'll use [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) model for demonstration, as well as [bge-large-en-v1.5](https://huggingface.co/BAAI/bge-large-en-v1.5) for our embedding model. It requires updating transformers and tokenizers packages. But you are also welcomed to use other models. ->If you use other LLMs and encounter output issues, please try changing the it. \ No newline at end of file +>If you use other LLMs and encounter output issues, please try changing it.