nttwt1597 commited on
Commit
7f9ea29
·
verified ·
1 Parent(s): a8be9e1

RAG llamaindex update

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -11
requirements.txt CHANGED
@@ -1,11 +1,8 @@
1
- git+https://github.com/unslothai/unsloth.git
2
- torch
3
- xformers
4
- trl
5
- peft
6
- accelerate
7
- bitsandbytes
8
- datasets
9
- safetensors
10
- gradio
11
- requests
 
1
+ llama-index
2
+ llama-index-llms-huggingface
3
+ llama-index-embeddings-huggingface
4
+ llama-index-embeddings-huggingface-api
5
+ -U transformers
6
+ -U bitsandbytes
7
+ -U llama-index-vector-stores-elasticsearch
8
+ gradio