Spaces:
Sleeping
Sleeping
updates
Browse files- README.md +6 -3
- 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 |
-
|
| 54 |
-
|
|
|
|
| 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
|