adsas
Browse files
app.py
CHANGED
@@ -50,10 +50,10 @@ def app():
|
|
50 |
# Define retrievers based on option
|
51 |
persist_directory = {
|
52 |
'General Medicine': "./oxfordmedbookdir/",
|
53 |
-
'
|
54 |
-
'
|
55 |
-
'
|
56 |
-
'
|
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 = {
|