Update utils.py
Browse files
utils.py
CHANGED
@@ -98,7 +98,8 @@ RAG_CHAIN_PROMPT = PromptTemplate(input_variables = ["context", "question"],
|
|
98 |
################################################
|
99 |
#Pfad, wo Docs/Bilder/Filme abgelegt werden können - lokal, also hier im HF Space (sonst auf eigenem Rechner)
|
100 |
PATH_WORK = "."
|
101 |
-
CHROMA_DIR = "/chroma"
|
|
|
102 |
YOUTUBE_DIR = "/youtube"
|
103 |
HISTORY_PFAD = "/data/history"
|
104 |
|
|
|
98 |
################################################
|
99 |
#Pfad, wo Docs/Bilder/Filme abgelegt werden können - lokal, also hier im HF Space (sonst auf eigenem Rechner)
|
100 |
PATH_WORK = "."
|
101 |
+
#CHROMA_DIR = "/chroma"
|
102 |
+
CHROMA_DIR = "/chroma/britta"
|
103 |
YOUTUBE_DIR = "/youtube"
|
104 |
HISTORY_PFAD = "/data/history"
|
105 |
|