Weaviate
Consult the Weaviate docs for deployment options. Point the app at your server by setting the WEAVIATE_SERVER
environment variable to its url. For example, you could add this line to a .env
file in the install directory (the app will load variables from this file automatically):
WEAVIATE_SERVER="your-weaviate-server.com"
Updated about 1 month ago