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 Jina AI Embeddings Support #15

Merged
merged 1 commit into from
Jan 21, 2025
Merged

Add Jina AI Embeddings Support #15

merged 1 commit into from
Jan 21, 2025

Conversation

theQuert
Copy link
Contributor

Description

This PR adds support for Jina AI Embeddings as a new retriever option in our RAG system, providing an alternative to existing OpenAI and Gemini embeddings.

Features

  • New getJinaRetriever function for Jina AI integration
  • Support for "jina-embeddings-v3" model
  • Consistent interface with existing retrievers
  • Comprehensive error handling and logging

Dependencies

  • Requires jinaai package
  • Requires JINA_API_KEY environment variable

Checklist

  • Code follows project style guidelines
  • Error handling implemented

@hhhuang hhhuang merged commit eb7037c into hhhuang:main Jan 21, 2025
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