issues
search
DrAlzahraniProjects
/
csusb_fall2024_cse6550_team1
csusb_fall2024_cse6550_team1
5
stars
1
forks
source link
Corpus Source update + Jupyter Bug Fix + Loading bar text change
#194
Closed
itsnotmik
closed
10 hours ago
itsnotmik
commented
12 hours ago
Added CORPUS_SOURCE as the collection name for the vector store
Uses re.sub() to remove all characters besides 0-9, a-Z, and _
Changes subprocess.run to subprocess.Popen for streamlit
By using .run we block Jupyter from starting. Popen allows for the Jupyter to open and bind while streamlit runs
Modified loading bar to say 'May take up to 2 minutes...'
To ensure the professor doesn't dock us for the load time (even though it usually is ~15 seconds or less