Conversation
- Set up Spring Boot application for product recommendations. - Configure GigaMap with embeddings and vector index for product similarity. - Introduce REST endpoints for listing, searching, and adding products. - Implement Product model, service, controller, and vectorizer. - Load initial products from a JSON catalog.
…n logic, enhance product vectorization by including category, and update dependencies/configurations.
- Set up Spring Boot application for exploring country data. - Configure GigaMap for spatial and attribute-based indexing (e.g., by name, coordinates, continent). - Introduce REST endpoints for querying countries (e.g., by name, location, or proximity). - Implement country model, service, controller, and indices. - Load initial country data from a JSON catalog.
…tor search concepts, architecture, and implementation features.
…ffects, and improved typography for a polished presentation experience. Add touch navigation support and optimize slide transitions.
…on and refactoring text generation logic.
- Add detailed Javadoc comments for core classes, methods, and components, including explanations of architecture, flow, and usage examples. - Document `Product`, `ProductService`, `ProductController`, `ProductVectorizer`, and configuration classes. - Reflect behavior of vector indexing, semantic searches, and initialization logic.
- Introduce a detailed HTML documentation guide covering architecture, setup, components, and vector search concepts. - Include design decisions, embedding process, and usage walkthrough. - Enhance readability with structured content and styling, including a table of contents and code examples.
- Provide detailed documentation for all core classes, methods, and components in the Country Explorer demo. - Document functionality of `CountryService`, `CountryController`, `Country`, `LocationIndex`, configuration classes, and indices. - Include high-level descriptions of architecture, REST endpoints, geospatial search features, and startup initialization.
- Introduce a detailed HTML guide covering architecture, setup, components, and geospatial search. - Include design decisions, usage walkthroughs, and structured content with a table of contents and styled examples. - Improve readability with clean typography, code formatting, and visual aids.
- Provide an overview of demo applications showcasing GigaMap capabilities (spatial and vector-based search). - Include setup instructions, key features, and quick start guides for Country Explorer and Product Recommendations demos.
- Bump parent version to 5.0.0-SNAPSHOT in all modules. - Upgrade Spring Boot version to 4.0.5 in Country Explorer and Product Recommendations. - Adjust module order in demos/pom.xml.
zdenek-jonas
approved these changes
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.