From 205ca8e56f531db439f3b518312c91f74cd55295 Mon Sep 17 00:00:00 2001 From: emrgnt-cmplxty <68796651+emrgnt-cmplxty@users.noreply.github.com> Date: Wed, 20 Sep 2023 19:39:09 -0400 Subject: [PATCH] Update README.md to include `llama_index_support` --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6ff49f..aa2f252 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ cd sciphi # pip3 install poetry (if you don't have it) poetry install -E openai_support # Add other optional dependencies -# poetry install -E openai_support -E anthropic_support -E hf_support, ... +# poetry install -E openai_support -E anthropic_support -E hf_support ... # Setup your environment cp .env.example .env && vim .env ``` @@ -49,6 +49,7 @@ poetry install -E - `hf_support`: For running with the HuggingFace package, useful for a large variety of model access. - `openai_support`: For running with OpenAI models. - `vllm_support`: For with VLLM, useful for fast inference. +- `llama_index_support`: For LlamaIndex, useful for grounded synthesis. ## Usage