alexkueck commited on
Commit
b2e42c8
·
verified ·
1 Parent(s): b30d99f

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +4 -2
utils.py CHANGED
@@ -127,14 +127,16 @@ RAG_CHAIN_PROMPT = PromptTemplate(input_variables = ["context", "question"],
127
  #Pfad, wo Docs/Bilder/Filme abgelegt werden können - lokal, also hier im HF Space (sonst auf eigenem Rechner)
128
  PATH_WORK = "."
129
  CHROMA_DIR = "/chroma/kkg"
130
- CHROMA_PDF = './chroma/kkg/pdf'
131
- CHROMA_WORD = './chroma/kkg/word'
132
  CHROMA_EXCEL = './chroma/kkg/excel'
133
  YOUTUBE_DIR = "/youtube"
134
  HISTORY_PFAD = "/data/history"
135
  #DOCS_DIR_PDF = "chroma/kkg/pdf"
136
  #DOCS_DIR_WORD = "chroma/kkg/word"
137
 
 
 
138
  DOCS_DIR_PDF = "chroma/kkg"
139
  DOCS_DIR_WORD = "chroma/kkg"
140
  ###############################################
 
127
  #Pfad, wo Docs/Bilder/Filme abgelegt werden können - lokal, also hier im HF Space (sonst auf eigenem Rechner)
128
  PATH_WORK = "."
129
  CHROMA_DIR = "/chroma/kkg"
130
+ #CHROMA_PDF = './chroma/kkg/pdf'
131
+ #CHROMA_WORD = './chroma/kkg/word'
132
  CHROMA_EXCEL = './chroma/kkg/excel'
133
  YOUTUBE_DIR = "/youtube"
134
  HISTORY_PFAD = "/data/history"
135
  #DOCS_DIR_PDF = "chroma/kkg/pdf"
136
  #DOCS_DIR_WORD = "chroma/kkg/word"
137
 
138
+ CHROMA_PDF = './chroma/kkg'
139
+ CHROMA_WORD = './chroma/kkg'
140
  DOCS_DIR_PDF = "chroma/kkg"
141
  DOCS_DIR_WORD = "chroma/kkg"
142
  ###############################################