Skip to content

GH-1599 Remove deprecations prior to M2 #1736

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

Conversation

ilayaperumalg
Copy link
Member

  • Remove deprecated types,methods and references
    • Remove usage of "Generation(String text)" and replace with "Generation(AssistantMessage)"
    • Remove MiniMaxApi,MootShotApi,OpenAiApi,ZhiPuAiApi ChatCompletionFinishReason's FUNCTION_CALL
    • Remove OllamaApi's deprecated types
    • Remove deprecated constructors from PostgresMlEmbeddingModel
    • Remove deprecated constructor from Media
    • Remove tokenNames usage from antlr4 FiltersLexer and FiltersParser
    • Remove deprecated methods from CassandraVectorStoreProperties
    • Remove deprecated constructor and static config class from QdrantVectorStore
    • Minor cleanups on removing deprecated models and versions

Resolves #1599

 - Remove deprecated types,methods and references
   - Remove usage of "Generation(String text)" and replace with "Generation(AssistantMessage)"
   - Remove MiniMaxApi,MootShotApi,OpenAiApi,ZhiPuAiApi ChatCompletionFinishReason's FUNCTION_CALL
   - Remove OllamaApi's deprecated types
   - Remove deprecated constructors from PostgresMlEmbeddingModel
   - Remove deprecated constructor from Media
   - Remove tokenNames usage from antlr4 FiltersLexer and FiltersParser
   - Remove deprecated methods from CassandraVectorStoreProperties
   - Remove deprecated constructor and static config class from QdrantVectorStore
   - Minor cleanups on removing deprecated models and versions

Resolves spring-projects#1599
/**
* @deprecated Use {@link #VOCABULARY} instead.
*/
@Deprecated
Copy link
Member

Choose a reason for hiding this comment

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

autogen, don't touch!

@markpollack
Copy link
Member

ran IT tests, minor changes. merged in 72c84fe

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.

Remove deprecations marked 1.0 M2
2 participants