mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-20 01:54:14 +00:00
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
5 lines
166 B
Python
5 lines
166 B
Python
from langchain_voyageai.embeddings import VoyageAIEmbeddings
|
|
from langchain_voyageai.rerank import VoyageAIRerank
|
|
|
|
__all__ = ["VoyageAIEmbeddings", "VoyageAIRerank"]
|