Remove deprecated embedding and library model classes

Deleted deprecated classes related to embeddings and library models, including OllamaEmbeddingResponseModel, OllamaEmbeddingsRequestBuilder, OllamaEmbeddingsRequestModel, LibraryModel, LibraryModelDetail, LibraryModelTag, and OllamaModelType. Updated OllamaAPI to remove references to these classes and improve documentation, exception handling, and code clarity.
This commit is contained in:
amithkoujalgi
2025-09-17 19:47:07 +05:30
parent 2f83a5c98c
commit 4df4ea1930
11 changed files with 300 additions and 612 deletions

View File

@@ -15,11 +15,11 @@ apply-formatting:
@mvn spotless:apply
# pre-commit run --all-files
build:
build: apply-formatting
@echo "\033[0;34mBuilding project (GPG skipped)...\033[0m"
@mvn -B clean install -Dgpg.skip=true
full-build:
full-build: apply-formatting
@echo "\033[0;34mPerforming full build...\033[0m"
@mvn -B clean install