We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5822311 commit 650073aCopy full SHA for 650073a
byaldi/RAGModel.py
@@ -4,7 +4,6 @@
4
from PIL import Image
5
6
from byaldi.colpali import ColPaliModel
7
-
8
from byaldi.objects import Result
9
10
# Optional langchain integration
byaldi/integrations/__init__.py
@@ -1,7 +1,7 @@
1
_all__ = []
2
3
try:
- from byaldi.integrations._langchain import ByaldiLangChainRetriever
+ from byaldi.integrations._langchain import ByaldiLangChainRetriever # noqa: F401
_all__.append("ByaldiLangChainRetriever")
except ImportError:
0 commit comments