ruslanmv commited on
Commit
590ddca
·
1 Parent(s): d621767
Files changed (2) hide show
  1. README.md +6 -3
  2. run.py → app.py +0 -0
README.md CHANGED
@@ -47,12 +47,15 @@ There are several ways to create an environment in Python. Follow these steps to
47
  Once you have your environment set up and activated, you need to install the necessary libraries. Run the following command to install the required packages:
48
 
49
  ```bash
50
- pip install streamlit python-dotenv ibm_watson_machine_learning requests chromadb sentence_transformers
51
  ```
52
 
53
- IMPORTANT: Be aware of the disk space that will be taken up by documents when they're loaded into
54
- chromadb on your laptop. The size in chroma will likely be the same as .txt file size
 
55
 
 
 
56
 
57
  ## Step 3: Getting API from IBM Cloud
58
 
 
47
  Once you have your environment set up and activated, you need to install the necessary libraries. Run the following command to install the required packages:
48
 
49
  ```bash
50
+ pip install streamlit python-dotenv ibm_watson_machine_learning requests chromadb sentence_transformers spacy
51
  ```
52
 
53
+ ```bash
54
+ python -m spacy download en_core_web_md
55
+ ```
56
 
57
+ IMPORTANT: Be aware of the disk space that will be taken up by documents when they're loaded into
58
+ chromadb on your laptop. The size in chroma will likely be the same as .txt file size.
59
 
60
  ## Step 3: Getting API from IBM Cloud
61
 
run.py → app.py RENAMED
File without changes