Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Sep 4, 2024
1 parent 4de99c8 commit 0ce81d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/partners/voyageai/langchain_voyageai/rerank.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from langchain_core.documents.compressor import BaseDocumentCompressor
from langchain_core.utils import convert_to_secret_str
from pydantic import ConfigDict, SecretStr, model_validator
from voyageai.object import RerankingObject
from voyageai.object import RerankingObject # type: ignore


class VoyageAIRerank(BaseDocumentCompressor):
Expand Down

0 comments on commit 0ce81d9

Please sign in to comment.