mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-07 20:46:31 +00:00
Update installation instructions in README.md (#5480)
This commit is contained in:
parent
bc152d953c
commit
8c017ccc32
@ -72,11 +72,11 @@ Use [pip](https://github.com/pypa/pip) to install a basic version of Haystack's
|
||||
pip install farm-haystack
|
||||
```
|
||||
|
||||
This command installs everything needed for basic Pipelines that use an in-memory DocumentStore.
|
||||
This command installs everything needed for basic Pipelines that use an in-memory DocumentStore and external LLM provider (e.g. OpenAI).
|
||||
|
||||
**Full Installation**
|
||||
|
||||
To use more advanced features, like certain DocumentStores, FileConverters, OCR, local inference with pytorch, or Ray,
|
||||
To use more advanced features, like certain DocumentStores, inference with local transformer models, FileConverters, OCR, or Ray,
|
||||
you need to install further dependencies. The following command installs the [latest release](https://github.com/deepset-ai/haystack/releases) of Haystack and all its dependencies:
|
||||
|
||||
```sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user