jin commited on
Commit
d5299f4
·
1 Parent(s): b872a06

support Oralce DB

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -10
requirements.txt CHANGED
@@ -1,18 +1,22 @@
1
  accelerate
2
- aioboto3
3
  aiohttp
4
- graspologic
5
- hnswlib
6
- nano-vectordb
7
- neo4j
8
- networkx
9
- ollama
10
- openai
11
  pyvis
12
  tenacity
 
 
 
 
13
  tiktoken
14
  torch
15
  transformers
16
- xxhash
17
- # lmdeploy[all]
 
 
 
 
 
 
18
  oracledb
 
 
 
1
  accelerate
 
2
  aiohttp
 
 
 
 
 
 
 
3
  pyvis
4
  tenacity
5
+ xxhash
6
+ # lmdeploy[all]
7
+
8
+ # LLM packages
9
  tiktoken
10
  torch
11
  transformers
12
+ aioboto3
13
+ ollama
14
+ openai
15
+
16
+ # database packages
17
+ graspologic
18
+ hnswlib
19
+ networkx
20
  oracledb
21
+ nano-vectordb
22
+ neo4j