mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
e4d7b1a482
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"]
|