You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: intel_extension_for_transformers/neural_chat/README.md
+27-3
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,19 @@ NeuralChat is a powerful and flexible open framework that empowers you to effort
24
24
25
25
> NeuralChat is under active development. APIs are subject to change.
26
26
27
+
# System Requirements
28
+
29
+
Please make sure below basic system libraries are installed. If you want to try more features, please refer to [system requirements](../../docs/installation.md#system-requirements)
30
+
31
+
32
+
```shell
33
+
apt-get update
34
+
apt-get install -y python3-pip
35
+
apt-get install -y libgl1-mesa-glx
36
+
```
37
+
>**Note**: If your system only have python3 or you meet error `python: command not found`, please run `ln -sf $(which python3) /usr/bin/python`.
38
+
39
+
27
40
# Installation
28
41
29
42
NeuralChat is under Intel Extension for Transformers, so ensure the installation of Intel Extension for Transformers first by following the [installation](../../docs/installation.md). After that, install additional dependency for NeuralChat per your device:
>**Note**: When intel-extension-for-transformers <= 1.3.1, please try [command](#using-curl) above
149
+
150
+
127
151
## Langchain Extension APIs
128
152
129
153
Intel Extension for Transformers provides a comprehensive suite of Langchain-based extension APIs, including advanced retrievers, embedding models, and vector stores. These enhancements are carefully crafted to expand the capabilities of the original langchain API, ultimately boosting overall performance. This extension is specifically tailored to enhance the functionality and performance of RAG.
0 commit comments