Sbnos commited on
Commit
64aa216
1 Parent(s): 6450be1
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -50,10 +50,10 @@ def app():
50
  # Define retrievers based on option
51
  persist_directory = {
52
  'General Medicine': "./oxfordmedbookdir/",
53
- 'RespiratoryFishman': "./respfishmandbcud/",
54
- 'RespiratoryMurray': "./respmurray/",
55
- 'MedMRCP2': "./medmrcp2store/",
56
- 'OldMedicine': "./mrcpchromadb/"
57
  }.get(option, "./mrcpchromadb/")
58
 
59
  collection_name = {
 
50
  # Define retrievers based on option
51
  persist_directory = {
52
  'General Medicine': "./oxfordmedbookdir/",
53
+ 'Respiratory1': "./respfishmandbcud/",
54
+ 'Respiratory2': "./respmurray/",
55
+ 'Med2.2': "./medmrcp2store/",
56
+ 'Med2.1': "./mrcpchromadb/"
57
  }.get(option, "./mrcpchromadb/")
58
 
59
  collection_name = {