Amiya Lahiri
Results
1
issues of
Amiya Lahiri
AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in () 1 import voyageai 2 vo = voyageai.Client(api_key=VOYAGE_API_KEY) ----> 3 reranking = vo.rerank(query, RerankerSummaryList, model="rerank-lite-1", top_k=5) 4 for r in reranking.results: 5...