Skip to content

Improvement: implementation of Ragscan#5

Merged
Lunatix01 merged 10 commits intomasterfrom
feature/Improve-implementation-of-ragscan
Mar 21, 2025
Merged

Improvement: implementation of Ragscan#5
Lunatix01 merged 10 commits intomasterfrom
feature/Improve-implementation-of-ragscan

Conversation

@Lunatix01
Copy link
Owner

@Lunatix01 Lunatix01 commented Mar 16, 2025

  • Updated Gemini chat model to version gemini-2.0-flash
  • Added Gemini Embedding model gemini-embedding-exp-03-07
  • Updated Qdrant Server version
  • Remove manual Gemini call (by using OpenAI client)
  • Update Prompt
  • Better Exception displays when loading file

@Lunatix01 Lunatix01 linked an issue Mar 16, 2025 that may be closed by this pull request
@Lunatix01 Lunatix01 changed the title Feature: Improve implementation of Ragscan Improvement: implementation of Ragscan Mar 17, 2025
import org.springframework.lang.Nullable;
import org.springframework.retry.support.RetryTemplate;

public class GeminiOpenAiEmbeddingModel extends OpenAiEmbeddingModel {
Copy link
Owner Author

Choose a reason for hiding this comment

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

This will be reverted later, fix here spring-projects/spring-ai#2485

@Lunatix01 Lunatix01 merged commit 91a83d2 into master Mar 21, 2025
4 checks passed
@Lunatix01 Lunatix01 deleted the feature/Improve-implementation-of-ragscan branch March 21, 2025 09:03
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.

Transfer manual calling of the chat model to Spring AI module

1 participant