Update config.py
Browse files
config.py
CHANGED
@@ -16,5 +16,5 @@ QURAN_DATA_SOURCES = [
|
|
16 |
]
|
17 |
|
18 |
# Model configuration
|
19 |
-
MODEL_NAME = '
|
20 |
CHUNK_SIZE = 50 # For memory management
|
|
|
16 |
]
|
17 |
|
18 |
# Model configuration
|
19 |
+
MODEL_NAME = 'intfloat/multilingual-e5-large'
|
20 |
CHUNK_SIZE = 50 # For memory management
|