Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 384 Bytes

weaviate.md

File metadata and controls

22 lines (16 loc) · 384 Bytes

How to setup

Setup

  1. Install weaviate client:
pip -r extensions/requirements.txt
  1. Configure the following environment variables:
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