|
15 | 15 | - Version control: [GitHub](https://github.com/VirtualPatientEngine)
|
16 | 16 | - AI Agent application requirements: [Streamlit](https://streamlit.io/), [Ollama](https://ollama.com/), [LangChain](https://www.langchain.com/), and [FAISS](https://github.com/facebookresearch/faiss)
|
17 | 17 |
|
| 18 | +## Setup |
18 | 19 | ### Step 1: Introduction to our computational research platform with Code Ocean
|
19 | 20 | 1. View a [short overview video](https://www.youtube.com/watch?v=k_qddEpTEjo) of the Code Ocean platform
|
20 | 21 | 2. Review further information in the Code Ocean [user guide](https://docs.codeocean.com/user-guide) if needed
|
|
26 | 27 | 4. After team members update their capsules branch, members should `push` to their teams branch
|
27 | 28 | 5. Each team member then updates their capsules with their team members contributions by `pulling` to their capsules branch
|
28 | 29 |
|
29 |
| -> <font color=black>💡tips</font><br> |
30 |
| -> 1. Use the command line `terminal` in the VS Code editor for pushing and pulling using `git`<br> |
| 30 | +> <font color=black>💡Tip</font><br> |
| 31 | +> 1. Use the command line `terminal` in the VS Code editor for running `git` commands <br> |
31 | 32 | > 2. Quick reference of [git commands](https://www.geeksforgeeks.org/git-cheat-sheet/) if you forget and the [full documentation](https://git-scm.com/docs/git) if typing `git --help` is not sufficient
|
32 | 33 |
|
33 | 34 | ### Step 3: Familiarization with the template Code Ocean AI Agents capsule
|
|
45 | 46 |
|
46 | 47 | 3. Extended examples needed for completing the Hackathon challenges
|
47 | 48 |
|
48 |
| -> <font color=black>💡tips</font><br> |
| 49 | +> <font color=black>💡Tip</font><br> |
49 | 50 | > 1. Use the `Scratch` folder for downloading large data files<br>
|
50 |
| -> 2. Use the VS Code editor to launch the Ollama server, interact with Streamlit, and code |
| 51 | +> 2. Use the VS Code editor to launch the Ollama server, interact with Streamlit, coding, etc. |
51 | 52 |
|
52 | 53 | ### Step 4: Launching, working in, and stopping the capsule
|
53 | 54 | 1. Click the `VS Code` icon on the top right under `Reproducible run` to launch a cloud workstation on AWS; Please note that the first time you launch a capsule it will take a few minutes to allocate the resources on AWS.
|
|
62 | 63 | 4. Update your branch with your teams changes
|
63 | 64 |
|
64 | 65 | > git fetch --all --prune<br>
|
| 66 | + > git checkout feat/name<br> |
65 | 67 | > git merge team/name<br>
|
66 | 68 |
|
67 | 69 | 5. Share your changes with your teams branch
|
|
0 commit comments