refactor: Update Weaviate.py import statement to use type hinting for weaviate module

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-20 18:26:37 -03:00
commit f72eda81b5

View file

@ -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