Skip to content

Commit

Permalink
add env vars to configure weaviate
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed Aug 9, 2023
1 parent 4a48cff commit 0dd2f2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion server/example.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
SUPABASE_URL=YOUR_SUPABASE_URL
SUPABASE_KEY=YOUR_SUPABASE_KEY
USE_API_KEY=true
USE_API_KEY=true
USE_WEAVIATE_VECTORSTORE=true
WEAVIATE_URL=YOUR_WEAVIATE_URL
WEAVIATE_API_KEY=YOUR_WEAVIATE_API_KEY

0 comments on commit 0dd2f2a

Please sign in to comment.