no LLM check
Browse files
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",
|