Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,16 +157,14 @@ python run_step_function.py --reset-cache # forget previously-processed files
### Check ingestion progress

```bash
./check_processing_status.sh
./scripts/check_processing_status.sh
```

Reports files in DynamoDB, recently processed files, files in S3, and the remaining backlog.

### Test the chatbot

- **Production frontend** — the CloudFront or custom-domain URL.
- **CLI** — `python chat_test.py`
- **Streamlit (legacy)** — `streamlit run chat_frontend.py`
Use the production frontend — the CloudFront or custom-domain URL.

Response quality improves as more documents finish ingestion; partial answers are expected during the initial run.

Expand Down
187 changes: 0 additions & 187 deletions chat_frontend.py

This file was deleted.

80 changes: 0 additions & 80 deletions chat_test.py

This file was deleted.

1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ boto3==1.42.84
requests-aws4auth==1.3.1
pyyaml==6.0.3
requests==2.33.1
streamlit==1.56.0
aws-cdk-lib==2.248.0
constructs>=10.0.0,<11.0.0
beautifulsoup4==4.14.3
Expand Down
File renamed without changes.