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

Created base class for LLMs & integrated deepseek models #7

Merged
merged 4 commits into from
Jan 23, 2025

Conversation

doramasma
Copy link
Owner

@doramasma doramasma commented Jan 21, 2025

Summary

Implemented a base class for the integration of LLMs. Additionally, I've introduced the DeepSeek models and changed the default embedding model to the recent Alibaba-NLP/gte-modernbert-base.

PR Checklist

  • A summary of the problem is included in this PR.
  • A detailed description of the changes is included in this PR.
  • Linked related issue(s), if applicable (e.g., resolves #<issue_number>).
  • Added or updated tests for bug fixes or new features, if applicable.
  • Updated documentation in docs, if applicable.

Description of changes 🔧

  1. Implemented a base class for LLM integration
  2. Introduced DeepSeek models
  3. Changed the default embedding model to Alibaba-NLP/gte-modernbert-base

@doramasma doramasma changed the title Created base class for LLMs Created base class for LLMs & integrated deepseek models Jan 23, 2025
@doramasma doramasma marked this pull request as ready for review January 23, 2025 11:43
@doramasma
Copy link
Owner Author

LGTM!

@doramasma doramasma self-assigned this Jan 23, 2025
@doramasma doramasma merged commit a7eef7b into main Jan 23, 2025
1 check passed
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.

1 participant