From fa11ff3b8e287e6c08ba192e5d0295bad4c3f52c Mon Sep 17 00:00:00 2001 From: SichengStevenLi <144295301+SichengStevenLi@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:09:40 +0800 Subject: [PATCH] Update README.md Added the default embedding model in note section, which was missing. Fixed a minor grammatical mistake. --- .../llms/llama-index-llms-ipex-llm/examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.