File size: 621 Bytes
93e1b64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: Klìnic
emoji: 👍🏻
colorFrom: pink
colorTo: blue
sdk: streamlit
sdk_version: 1.34.0
app_file: app.py
pinned: false
---

# hackupc-24

## Architecture
![alt text](.assets/architecture.png "Architecture")

## Setup

1. Start the IRIS Docker container:
    ```Shell
    docker-compose up
    ```
2. Start a Jupyter Notebook
3. Navigate to http://localhost:52773/csp/sys/UtilHome.csp to access IRIS and login with username: `demo`, password: `demo`
    - You can execute SQL queries at 'System Explorer' → 'SQL'
4. run [vector_search.ipynb](./vector_search.ipynb)
5. run the frontend: `streamlit run app.py`