Update my_memory_logic.py
Browse files- my_memory_logic.py +1 -1
my_memory_logic.py
CHANGED
@@ -4,7 +4,7 @@ import os
|
|
4 |
|
5 |
# Import your actual RAG chain (or pipeline) from pipeline.py
|
6 |
# We'll assume `rag_chain` is exposed by pipeline.py
|
7 |
-
from pipeline import
|
8 |
|
9 |
# We'll import the session-based classes from langchain_core
|
10 |
# If they're in different modules, adjust accordingly.
|
|
|
4 |
|
5 |
# Import your actual RAG chain (or pipeline) from pipeline.py
|
6 |
# We'll assume `rag_chain` is exposed by pipeline.py
|
7 |
+
from pipeline import run_with_chain
|
8 |
|
9 |
# We'll import the session-based classes from langchain_core
|
10 |
# If they're in different modules, adjust accordingly.
|