Skip to content

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