MVPilgrim commited on
Commit
e30c64f
·
1 Parent(s): 3882e3f
Files changed (2) hide show
  1. README.md +10 -0
  2. semsearch.py +1 -1
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: SemanticSearchPOC
3
+ emoji: 📉
4
+ colorFrom: purple
5
+ colorTo: red
6
+ sdk: docker
7
+ pinned: false
8
+ ---
9
+
10
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
semsearch.py CHANGED
@@ -21,7 +21,7 @@ from IPython.display import display, clear_output
21
 
22
 
23
  weaviate_logger = logging.getLogger("httpx")
24
- weaviate_logger.setLevel(logging.DEBUG)
25
 
26
  logger = logging.getLogger(__name__)
27
  logging.basicConfig(level=logging.INFO)
 
21
 
22
 
23
  weaviate_logger = logging.getLogger("httpx")
24
+ weaviate_logger.setLevel(logging.INFO)
25
 
26
  logger = logging.getLogger(__name__)
27
  logging.basicConfig(level=logging.INFO)