bstraehle commited on
Commit
95a4e15
1 Parent(s): 98995e1

Update rag_base.py

Browse files
Files changed (1) hide show
  1. rag_base.py +1 -4
rag_base.py CHANGED
@@ -1,7 +1,4 @@
1
- import logging, os, sys
2
-
3
- logging.basicConfig(stream = sys.stdout, level = logging.INFO)
4
- logging.getLogger().addHandler(logging.StreamHandler(stream = sys.stdout))
5
 
6
  class BaseRAG:
7
  PDF_URL = "https://arxiv.org/pdf/2303.08774.pdf"
 
1
+ import os
 
 
 
2
 
3
  class BaseRAG:
4
  PDF_URL = "https://arxiv.org/pdf/2303.08774.pdf"