KlukvaTech / askflow-doc

Проект в рамках "Проектного Практикума" за 6-ий семестр ИРИТ-РТФ. Весна 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Проект в рамках "Проектного Практикума" за 6-ий семестр ИРИТ-РТФ. Весна 2023

License:Apache License 2.0


Languages

Language:Python 80.9%Language:Shell 18.2%Language:Dockerfile 0.9%