🔧 chore(Chroma.py): add type ignore comment to import statement for chromadb module to suppress type checking error
This commit is contained in:
parent
614d85b7b7
commit
1f99f59581
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from langchain.schema import Document
|
|||
from langchain.vectorstores.base import VectorStore
|
||||
from langchain.schema import BaseRetriever
|
||||
from langchain.embeddings.base import Embeddings
|
||||
import chromadb
|
||||
import chromadb # type: ignore
|
||||
|
||||
|
||||
class ChromaComponent(CustomComponent):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue