A simple demo to show how to configure a docker compose deployment of Haystack that uses Weaviate as the document store.
- VS Code
- Docker
-
Run
make clone-haystack
in a terminal (you can update the version of haystack you want to clone in the makefile) -
Use the command palette to bring up docker-compose.yaml
-
Run
make upload-data
to upload the documents in the data folder
Notes: