Update utils.py
Browse files
utils.py
CHANGED
@@ -82,6 +82,9 @@ german_stopwords = set(stopwords.words('german'))
|
|
82 |
|
83 |
#Konstanten
|
84 |
ANZAHL_DOCS = 5
|
|
|
|
|
|
|
85 |
|
86 |
###############################
|
87 |
#HF Authentifizierung
|
|
|
82 |
|
83 |
#Konstanten
|
84 |
ANZAHL_DOCS = 5
|
85 |
+
# Konstanten für Datei-Upload
|
86 |
+
REPO_ID = "alexkueck/SucheRAG"
|
87 |
+
REPO_TYPE = "space"
|
88 |
|
89 |
###############################
|
90 |
#HF Authentifizierung
|