Sbnos commited on
Commit
6450be1
·
verified ·
1 Parent(s): 2b4e2ce
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -58,10 +58,10 @@ def app():
58
 
59
  collection_name = {
60
  'General Medicine': "oxfordmed",
61
- 'RespiratoryFishman': "fishmannotescud",
62
- 'RespiratoryMurray': "respmurraynotes",
63
- 'MedMRCP2': "medmrcp2notes",
64
- 'OldMedicine': "mrcppassmednotes"
65
  }.get(option, "mrcppassmednotes")
66
 
67
  vectordb = Chroma(persist_directory=persist_directory, embedding_function=embedding_function, collection_name=collection_name)
 
58
 
59
  collection_name = {
60
  'General Medicine': "oxfordmed",
61
+ 'Respiratory1': "fishmannotescud",
62
+ 'Respiratory2': "respmurraynotes",
63
+ 'Med2.2': "medmrcp2notes",
64
+ 'Med2.1': "mrcppassmednotes"
65
  }.get(option, "mrcppassmednotes")
66
 
67
  vectordb = Chroma(persist_directory=persist_directory, embedding_function=embedding_function, collection_name=collection_name)