refactor: Update Weaviate.py import statement to use type hinting for weaviate module
This commit is contained in:
parent
19bd88b8f9
commit
f72eda81b5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from typing import List
|
||||
|
||||
import weaviate
|
||||
import weaviate # type: ignore
|
||||
from langchain_community.vectorstores import Weaviate
|
||||
from langchain_core.retrievers import BaseRetriever
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue