Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
|
2 |
-
|
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
|