File size: 384 Bytes
14dc68f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# How to setup

## Setup

1. Install weaviate client:

```bash
pip -r extensions/requirements.txt
```

2. Configure the following environment variables:

```bash
TABLE_NAME=BabyAGITableInWeaviate

# Weaviate config
# Uncomment and fill these to switch from local ChromaDB to Weaviate
WEAVIATE_USE_EMBEDDED=true
WEAVIATE_URL=
WEAVIATE_API_KEY=
```
Follow step 4 onwards in main README