Update chain.py
This commit is contained in:
parent
d77c7d90d3
commit
f7b05cf606
@ -3,8 +3,8 @@ from langchain_core.runnables import RunnablePassthrough
|
||||
from langchain_core.output_parsers import StrOutputParser
|
||||
from langchain_core.prompts import ChatPromptTemplate
|
||||
from langchain_core.runnables import RunnableLambda
|
||||
from retriever import get_retriever
|
||||
from llm import TritonLLM
|
||||
from app.retriever import get_retriever
|
||||
from app.llm import TritonLLM
|
||||
import json
|
||||
|
||||
def build_chain():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user