This is a quick sample app, showcasing a chat/retrieval implementation.
- clone this repository and run
yarn install - copy
.env.exampleto.envand add the necessary workflow ids - run
yarn devto 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.
