File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44
55from typing import List
66
7- from langchain .chains import (
7+ from langchain_classic .chains import (
88 create_history_aware_retriever ,
99 create_retrieval_chain ,
1010)
11- from langchain .chains .combine_documents .stuff import (
11+ from langchain_classic .chains .combine_documents .stuff import (
1212 create_stuff_documents_chain ,
1313)
14- from langchain .prompts import PromptTemplate
14+ from langchain_core .prompts import PromptTemplate
1515from langchain_core .runnables .base import Runnable
1616
1717from readme_ready .types import LLMModels
Original file line number Diff line number Diff line change 11torch
22langchain
3+ langchain-classic
34markdown2
45langchain_openai
56langchain_experimental
Original file line number Diff line number Diff line change 77 condense_qa_prompt ,
88 condense_readme_prompt ,
99)
10- from langchain .prompts import PromptTemplate
10+ from langchain_core .prompts import PromptTemplate
1111from readme_ready .utils .llm_utils import (
1212 models ,
1313)
You can’t perform that action at this time.
0 commit comments