langchain/libs/partners/voyageai/langchain_voyageai/__init__.py
Jaid e4d7b1a482
voyageai[patch]: top level reranker import (#19645)
The previous version didn't had  Voyage rerank in the init file


- [ ] **PR title**: langchain_voyageai reranker is not working
 


- [ ] **PR message**: 
    - **Description:** This fix let you run reranker from voyage
    - **Issue:** Was not able to run reranker from voyage
  






 @efriis
2024-03-28 06:37:55 +00:00

5 lines
166 B
Python

from langchain_voyageai.embeddings import VoyageAIEmbeddings
from langchain_voyageai.rerank import VoyageAIRerank
__all__ = ["VoyageAIEmbeddings", "VoyageAIRerank"]