Update pipeline.py
Browse files- 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
|
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
|