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

Intelligence Service MVP Java Spring Boot setup #168

Merged
merged 81 commits into from
Dec 8, 2024

Conversation

milesha
Copy link
Contributor

@milesha milesha commented Nov 19, 2024

Contains #169

Motivation

We want to perform and store chats with the AI Mentor.

Description

This PR adds following entities and functionality:

  • Session. You can:
    • create a new session
    • get a list of all existing sessions for a given user
  • Message. You can:
    • get a list of all existing messages in a given session
    • send a message into a session and get response from an OpenAI instance

Testing Instructions

  • Start the application-server and intelligence service

Checklist

General

  • PR title is clear and descriptive
  • PR description explains the purpose and changes
  • Code follows project coding standards
  • Self-review of the code has been done
  • Changes have been tested locally
  • Screenshots have been attached (if applicable)
  • Documentation has been updated (if applicable)

Server (if applicable)

  • Code is performant and follows best practices
  • No security vulnerabilities introduced
  • Proper error handling has been implemented
  • Added tests for new functionality
  • Changes have been tested in different environments (if applicable)

@milesha milesha self-assigned this Nov 19, 2024
@github-actions github-actions bot added application-server feature size:XL This PR changes 500-999 lines, ignoring generated files. labels Nov 19, 2024
@github-actions github-actions bot added client size:XXL This PR changes 1000+ lines, ignoring generated files. and removed size:XL This PR changes 500-999 lines, ignoring generated files. labels Nov 19, 2024
Copy link
Collaborator

@FelixTJDietrich FelixTJDietrich left a comment

Choose a reason for hiding this comment

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

I think it should be good now :)

@FelixTJDietrich FelixTJDietrich merged commit a5d25dc into develop Dec 8, 2024
7 of 8 checks passed
@FelixTJDietrich FelixTJDietrich deleted the feature/java-chat-mvp-intelligence-service branch December 8, 2024 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application-server client feature intelligence-service size:XXL This PR changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement the AI mentor MVP
4 participants