alexkueck commited on
Commit
51b09f9
1 Parent(s): 67039f5

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +5 -2
utils.py CHANGED
@@ -132,8 +132,11 @@ 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
  #URLs zu Dokumenten oder andere Inhalte, die einbezogen werden sollen
139
  PDF_URL = "https://arxiv.org/pdf/2303.08774.pdf"
 
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
  ###############################################
141
  #URLs zu Dokumenten oder andere Inhalte, die einbezogen werden sollen
142
  PDF_URL = "https://arxiv.org/pdf/2303.08774.pdf"