Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Update README.md to include llama_index_support
Browse files Browse the repository at this point in the history
  • Loading branch information
emrgnt-cmplxty authored Sep 20, 2023
1 parent 883bc3c commit 205ca8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -49,6 +49,7 @@ poetry install -E <extra_name>
- `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

Expand Down

0 comments on commit 205ca8e

Please sign in to comment.