This is a quick sample app, showcasing a chat/retrieval implementation.
- clone this repository and run
yarn install
- copy
.env.example
to.env
and add the necessary workflow ids - run
yarn dev
to launch a local dev server
Note: this app works with the sample Retrieval: Upload
and Retrieval: Query
templates. If you use other workflows you might have to adjust input/output names to match those from these workflows.