dsmueller commited on
Commit
11e3406
1 Parent(s): f460fb4

Update README.md with repository information

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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/). Detailed install instructions are located [here](https://www.evernote.com/shard/s84/sh/f37de730-ce37-cd28-789c-86c3dc024a7c/90VLNref38KARua10p4am7IZkwsOxo93fXuBNqba-HpeIkMqGpRZrRkmjw)
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.