Phoenix21 commited on
Commit
5912bb3
·
verified ·
1 Parent(s): b005ece

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -8,7 +8,7 @@ from typing import Optional, Dict, Any
8
  # (Optional) from langchain.schema import RunnableConfig
9
  # If you have the latest "langchain_core", use from langchain_core.runnables.base import Runnable
10
  # or from langchain.runnables.base import Runnable (depending on your version)
11
- from langchain.runnables.base import Runnable
12
 
13
  from langchain.docstore.document import Document
14
  from langchain.embeddings import HuggingFaceEmbeddings
 
8
  # (Optional) from langchain.schema import RunnableConfig
9
  # If you have the latest "langchain_core", use from langchain_core.runnables.base import Runnable
10
  # or from langchain.runnables.base import Runnable (depending on your version)
11
+ from langchain_core.runnables.base import Runnable
12
 
13
  from langchain.docstore.document import Document
14
  from langchain.embeddings import HuggingFaceEmbeddings