Phoenix21 commited on
Commit
1f10543
·
verified ·
1 Parent(s): ab18ae8

Update my_memory_logic.py

Browse files
Files changed (1) hide show
  1. 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 rag_chain
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.