Fix import statement in AstraDB.py
This commit is contained in:
parent
e095444ed4
commit
c54c37cdc8
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ from typing import List, Optional
|
|||
|
||||
from langchain_astradb import AstraDBVectorStore
|
||||
|
||||
from langflow import CustomComponent
|
||||
from langflow.custom import CustomComponent
|
||||
from langflow.field_typing import Embeddings, VectorStore
|
||||
from langflow.schema import Record
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue