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

Changed libraries to start using Java 17 and not Kotlin #6

Merged
merged 13 commits into from
Aug 21, 2023

Conversation

mnlx
Copy link
Member

@mnlx mnlx commented Aug 14, 2023

No description provided.

Copy link
Member

@juanjoman juanjoman left a comment

Choose a reason for hiding this comment

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

Just added a couple of suggestions and questions, nice work!!

gradle.properties Outdated Show resolved Hide resolved
modules/embeddingsgeneration/build.gradle Outdated Show resolved Hide resolved
modules/embeddingsstore/build.gradle Outdated Show resolved Hide resolved
embedding store functionality
unused files
@mnlx mnlx self-assigned this Aug 17, 2023
.url(url + path)
.header("accept", "application/json")
.header("content-type", "application/json")
.header("Api-Key", "1c13987f-1d13-4373-8655-f739089de6af")
Copy link
Member Author

Choose a reason for hiding this comment

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

This API key is from my personal account, I'll delete them once I implement dotenv or env variables.




//class Schema {
Copy link
Member Author

Choose a reason for hiding this comment

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

Removing this

public List<Integer> indices;
public List<Integer> values;

// Getters and setters
Copy link
Member

Choose a reason for hiding this comment

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

You can have a look at lombok if you want to get rid of a lot of code 😋 -> https://www.baeldung.com/intro-to-project-lombok

Copy link
Member Author

Choose a reason for hiding this comment

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

I heard of this library before, never new it was used for this. So much easier. I'm going to create a task to start using Lombok.

Copy link
Member

@NickSeagull NickSeagull left a comment

Choose a reason for hiding this comment

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

Apart of deleting dead code or env keys, lgtm!

Copy link
Member

@adrian-lorenzo adrian-lorenzo left a comment

Choose a reason for hiding this comment

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

The same as Nick. Apart from that, LGTM!

@NickSeagull NickSeagull merged commit 868510c into main Aug 21, 2023
1 check passed
@NickSeagull NickSeagull deleted the refact_changed_to_java branch August 21, 2023 10:32
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.

None yet

4 participants