In order to use Weaviate as a vector database, set the environment variables WEAVIATE_ENDPOINT and WEAVIATE_API_KEY which you can find on Weaviate dashboard.

from embedchain import App

# load weaviate configuration from yaml file
app = App.from_config(config_path="config.yaml")

If you can't find specific feature or run into issues, please feel free to reach out through one of the following channels.