thiemcun203 commited on
Commit
cf2aa97
·
verified ·
1 Parent(s): d63b7b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,3 +1,20 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Prerequisites:
3
+ - Python 3.11
4
+ - Docker 27.1.1
5
+
6
+ ## Setup
7
+
8
+ 1. Install dependencies:
9
+ ```bash
10
+ pip install -r requirements.txt
11
+ ```
12
+ Note: Additional debugging may be needed to set up the environment
13
+
14
+ 2. Start Weaviate:
15
+ ```bash
16
+ docker compose up -d
17
+ ```
18
+
19
+ ## License
20
+ MIT