chat-with-pci-dss / Makefile
dh-mc's picture
added llm_qa_chain_with_memory.py
9e7327c
raw
history blame contribute delete
429 Bytes
.PHONY: start
start:
python app.py
test:
python qa_chain_test.py
long-test:
python qa_chain_with_memory_test.py 100
chat:
python qa_chain_with_memory_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 .