sdad
Browse files
app.py
CHANGED
@@ -58,10 +58,10 @@ def app():
|
|
58 |
|
59 |
collection_name = {
|
60 |
'General Medicine': "oxfordmed",
|
61 |
-
'
|
62 |
-
'
|
63 |
-
'
|
64 |
-
'
|
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)
|