🔀 chore(constants.py): update import statement for Embeddings class to match new module structure
📦 refactor(constants.py): update import statement for Embeddings class to reflect new package structure
This commit is contained in:
parent
f5ec26e26f
commit
1d14a73f3c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from langchain import PromptTemplate
|
||||
from langchain.chains.base import Chain
|
||||
from langchain.document_loaders.base import BaseLoader
|
||||
from langchain.embeddings.base import Embeddings
|
||||
from langchain.schema.embeddings import Embeddings
|
||||
from langchain.llms.base import BaseLLM
|
||||
from langchain.schema import BaseRetriever, Document
|
||||
from langchain.text_splitter import TextSplitter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue