philmui commited on
Commit
2c1f0eb
1 Parent(s): 25140ce

no LLM check

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -16,7 +16,6 @@ from globals import (
16
  )
17
 
18
  from semantic import (
19
- SemanticStoreFactory,
20
  SemanticRAGChainFactory
21
  )
22
 
@@ -42,7 +41,7 @@ async def start():
42
 
43
  _logger.info("==> starting ...")
44
  global _semantic_rag_chain
45
- _semantic_rag_chain = SemanticRAGChainFactory.get_semantic_rag_chain()
46
 
47
  # await cl.Avatar(
48
  # name="Chatbot",
 
16
  )
17
 
18
  from semantic import (
 
19
  SemanticRAGChainFactory
20
  )
21
 
 
41
 
42
  _logger.info("==> starting ...")
43
  global _semantic_rag_chain
44
+ # _semantic_rag_chain = SemanticRAGChainFactory.get_semantic_rag_chain()
45
 
46
  # await cl.Avatar(
47
  # name="Chatbot",