Update README with Enhanced RAG system instructions
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ This model now includes an enhanced RAG (Retrieval Augmented Generation) system
|
|
| 44 |
|
| 45 |
1. Install additional dependencies:
|
| 46 |
```bash
|
| 47 |
-
pip install unsloth transformers bitsandbytes accelerate langchain langchain-community
|
| 48 |
```
|
| 49 |
|
| 50 |
2. Index your documents:
|
|
|
|
| 44 |
|
| 45 |
1. Install additional dependencies:
|
| 46 |
```bash
|
| 47 |
+
pip install unsloth transformers bitsandbytes accelerate langchain langchain-community faiss-cpu
|
| 48 |
```
|
| 49 |
|
| 50 |
2. Index your documents:
|