Update requirements.txt
Browse files
lightrag/api/requirements.txt
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
ascii_colors
|
2 |
fastapi
|
3 |
-
nano_vectordb
|
4 |
nest_asyncio
|
5 |
numpy
|
6 |
-
ollama
|
7 |
-
openai
|
8 |
pipmaster
|
9 |
python-dotenv
|
10 |
python-multipart
|
@@ -12,5 +9,4 @@ tenacity
|
|
12 |
tiktoken
|
13 |
torch
|
14 |
tqdm
|
15 |
-
transformers
|
16 |
uvicorn
|
|
|
1 |
ascii_colors
|
2 |
fastapi
|
|
|
3 |
nest_asyncio
|
4 |
numpy
|
|
|
|
|
5 |
pipmaster
|
6 |
python-dotenv
|
7 |
python-multipart
|
|
|
9 |
tiktoken
|
10 |
torch
|
11 |
tqdm
|
|
|
12 |
uvicorn
|