Skip to content

Are there any guides on customising the UI to use a custom elastic search document store? #2437

Discussion options

You must be logged in to vote

Hi @danielduckworth, a Streamlit app for FAQ would be really cool! As I see it, this should be possible. I just want to set the scene here a bit first. So a Haystack pipeline can be deployed by wrapping it in a REST API application. The Streamlit UI communicates with the REST API in order to fire requests at the Haystack pipeline. By calling docker-compose up you can start up an ES instance, the Haystack REST API app and also the UI. I would highly recommend looking through our REST API documentation which gives a detailed guide on how to interact with these components. But I can give a high level overview of the steps that I think we need to take:

  1. Ensure that your ES instance connects t…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@danielduckworth
Comment options

Answer selected by danielduckworth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants