Update README.md with repository information
Browse files
README.md
CHANGED
@@ -10,8 +10,9 @@ app_port: 8501
|
|
10 |
|
11 |
# aerospace_chatbot
|
12 |
Aerospace discipline-specific chatbots and AI tools.
|
|
|
13 |
|
14 |
## Dependencies
|
15 |
-
Dependencies are managed with [poetry](https://python-poetry.org/).
|
16 |
* Once poetry is installed, run the following to install all dependencies: <code>poetry install</code>
|
17 |
* poetry.lock and pyproject.toml are committed to this directory and are the working dependencies.
|
|
|
10 |
|
11 |
# aerospace_chatbot
|
12 |
Aerospace discipline-specific chatbots and AI tools.
|
13 |
+
Repository where this code runs from is here: https://github.com/dan-s-mueller/aerospace_chatbot, currently under the rag_study branch.
|
14 |
|
15 |
## Dependencies
|
16 |
+
Dependencies are managed with [poetry](https://python-poetry.org/).
|
17 |
* Once poetry is installed, run the following to install all dependencies: <code>poetry install</code>
|
18 |
* poetry.lock and pyproject.toml are committed to this directory and are the working dependencies.
|