Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 859 Bytes

File metadata and controls

22 lines (12 loc) · 859 Bytes

Introduction

A simple demo to show how to configure a docker compose deployment of Haystack that uses Weaviate as the document store.

Prerequisites

  1. VS Code
  2. Docker

Usage

  1. Run make clone-haystack in a terminal (you can update the version of haystack you want to clone in the makefile)

  2. Use the command palette to bring up docker-compose.yaml

  3. Run make upload-data to upload the documents in the data folder

Notes:

  • Have a look at the api.http for some examples on how to interact with the solution
  • Check out this blog post for more details about the configuration