chat-with-pci-dss / Makefile
dh-mc's picture
added chat
586884e
raw
history blame
361 Bytes
.PHONY: start
start:
python app.py
test:
python qa_chain_test.py
chat:
python qa_chain_test.py chat
ingest:
python ingest.py
.PHONY: format
format:
black .
install:
pip install -r requirements.txt
cd ragas_extended && pip install -e .
install-mac:
pip install -r requirements-mac.txt
cd ragas_extended && pip install -e .