Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VoyageAI Reranker module #809

Merged
merged 15 commits into from
Oct 8, 2024
Merged

Add VoyageAI Reranker module #809

merged 15 commits into from
Oct 8, 2024

Conversation

bwook00
Copy link
Contributor

@bwook00 bwook00 commented Oct 6, 2024

close #793

I wanted to make mock_voyageai_reranker a mock function that returns a RerankingObject(Their own class type) in my test code, but there are too many things to set up to create a RerankingObject instance, so I just made the mock def simple.

The test passed perfectly

@bwook00 bwook00 requested a review from vkehfdl1 October 6, 2024 10:00
@bwook00 bwook00 enabled auto-merge (squash) October 6, 2024 10:10
# Conflicts:
#	autorag/nodes/passagereranker/__init__.py
#	autorag/support.py
#	docs/source/nodes/passage_reranker/passage_reranker.md
#	requirements.txt
#	sample_config/rag/full.yaml
@bwook00 bwook00 requested a review from vkehfdl1 October 7, 2024 15:12
Copy link
Contributor

@vkehfdl1 vkehfdl1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bwook00 bwook00 merged commit 5d29124 into main Oct 8, 2024
3 checks passed
@bwook00 bwook00 deleted the Feature/#793 branch October 8, 2024 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] New Voyageai-Reranker
2 participants