Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
  • Loading branch information
hsm207 committed Apr 25, 2023
1 parent a7ada25 commit ecd66e7
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion docs/weaviate.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# How to setup

Coming soon!!!
## To do:

1. mention weaviate in main [README.md](../README.md)

## Setup

install weaviate client:

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

Config the following env vars

```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

0 comments on commit ecd66e7

Please sign in to comment.