Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 523 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 523 Bytes

Askflow-doc

Askflow.mp4

Usage

Downloading linux dependencies:

sudo chmod +x starter
./starter
pip install -e .

or

pip install .

The app requires the Haystack RESTful API to be ready and accepting connections at http://localhost:8000, you can use Docker compose to start only the required containers:

sudo docker-compose up elasticsearch haystack-api
streamlit run ui/webapp.py