Skip to content

Commit b616095

Browse files
authored
Update README.md
1 parent ff36ea9 commit b616095

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ which is a rapid prototyping tool and not a production grade deployment platform
1515
6. The way the PDF file is chunked upon ingest is also notable as it is done outside of Elastic within the app rather than inside an ingest pipeline. I've built it in Python purely based on convenience for me - it could be built in a pipeline using Painless scripting and essentially 'handed off' from the app (probably more robust and better for prod)
1616

1717
## Prerequisites
18-
An Elasticsearch cluster. The recommended option is an Elastic Cloud deployment which can be created easily and cost
18+
1. Python 3.x and up
19+
2. An Elasticsearch cluster. The recommended option is an Elastic Cloud deployment which can be created easily and cost
1920
effectively here: https://cloud.elastic.co
2021

2122
Node sizes can align to the following guidelines (but your own mileage may vary):
@@ -31,6 +32,8 @@ I have also used the https://huggingface.co/ProsusAI/finbert model for sentiment
3132
You need to download and deploy this model following the following Elastic documentation steps:
3233
https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-deploy-models.html
3334

35+
3. Access to an LLM hosted with either AWS, Azure or both. (and of course the associated credentials)
36+
3437
## Setup
3538
Download the contents of the repo to your local computer.
3639
In the root directory of the project (most likely 'report_analyser') create a python virtual environment (instructions here: https://docs.python.org/3/library/venv.html)

0 commit comments

Comments
 (0)