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

feat: Part 1 - Add RAG Embedding Interface #628

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

ishaansehgal99
Copy link
Collaborator

Reason for Change:
This series of PR will integrate llamaindex RAG service for Kaito.

This first PR introduces the Embedding Model Interface and two classes that implement it huggingface_local and huggingface_remote. These allows users to specify both local and remote HuggingFace models for text embeddings.

@ishaansehgal99 ishaansehgal99 merged commit 1d99028 into main Oct 14, 2024
5 of 6 checks passed
@ishaansehgal99 ishaansehgal99 deleted the Ishaan/RAG-Part-1-Embeddings branch October 14, 2024 20:03
Copy link

codecov bot commented Oct 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.73%. Comparing base (5c30038) to head (5c59427).
Report is 30 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #628      +/-   ##
==========================================
- Coverage   58.18%   54.73%   -3.46%     
==========================================
  Files          30       34       +4     
  Lines        2987     3234     +247     
==========================================
+ Hits         1738     1770      +32     
- Misses       1149     1358     +209     
- Partials      100      106       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

2 participants