You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ Put your data under the `storage/data` directory. Note: You can add urls in the
23
23
24
24
> Note: The 'WebpageCrawler' in `code/modules/helpers.py` takes in the urls from the `storage/data/urls.txt` file, and gets all children urls and files from the urls provided. If you want to read only the data in the urls provided, set `["embedding_options"]["expand_urls"]` to False in the `code/config.yaml` file.
25
25
26
+
To run locally:
27
+
26
28
To create the Vector Database, run the following command:
27
29
```python code/modules/vector_db.py```
28
30
(Note: You would need to run the above when you add new data to the `storage/data` directory, or if the ``storage/data/urls.txt`` file is updated. Or you can set ``["embedding_options"]["embedd_files"]`` to True in the `code/config.yaml` file, which would embed files from the storage directory everytime you run the below chainlit command.)
0 commit comments