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

Operational Learning Summary Generation #2227

Merged
merged 11 commits into from
Oct 23, 2024

Conversation

@susilnem susilnem force-pushed the feature/ops-learning-summary branch 7 times, most recently from b3019de to 5c0c71f Compare August 5, 2024 10:43
@susilnem susilnem force-pushed the feature/ops-learning-summary branch 7 times, most recently from 77a1791 to 33d0ef5 Compare August 15, 2024 04:57
Copy link
Member

@thenav56 thenav56 left a comment

Choose a reason for hiding this comment

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

Round 1

@@ -1046,6 +1049,29 @@ class Meta:
exclude = ("learning", "type", "organization", "sector", "per_component")


class AppealDetailSerializer(serializers.ModelSerializer):
atype = serializers.SerializerMethodField()
Copy link
Member

Choose a reason for hiding this comment

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

Maybe use this instead? SerializerMethodField doesn't provide proper schema

Suggested change
atype = serializers.SerializerMethodField()
atype_display = serializers.CharField(source='get_atype_display', read_only=True)

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 Serializer is not in use.

Comment on lines 120 to 122
client = AzureOpenAI(
azure_endpoint=settings.AZURE_OPENAI_ENDPOINT, api_key=settings.AZURE_OPENAI_KEY, api_version="2023-05-15"
)
Copy link
Member

Choose a reason for hiding this comment

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

Use cached_property for this

Add a TODO: to create a separate object for integration with Open AI for common use cases

@susilnem susilnem force-pushed the feature/ops-learning-summary branch 15 times, most recently from 33e896f to b12217f Compare August 20, 2024 11:22
@samshara samshara requested a review from thenav56 October 17, 2024 06:27
@susilnem susilnem force-pushed the feature/ops-learning-summary branch 2 times, most recently from 05aad9b to f57d211 Compare October 17, 2024 08:28
Code refactor of Prioritizing opslearning
Update primary instruction and Add New prompt instructions
Changes on mocking and response
Add splitting confidence level value
Change latest prompt with used excerpts
Add OpenAiChat class for AzureOpenAI
Handle Empty df for Ops and recursive function for summary
@thenav56 thenav56 force-pushed the feature/ops-learning-summary branch from f57d211 to 0863f37 Compare October 17, 2024 11:36
@susilnem susilnem force-pushed the feature/ops-learning-summary branch from a4abf7a to 26bad27 Compare October 17, 2024 14:18
@susilnem susilnem force-pushed the feature/ops-learning-summary branch from 26bad27 to f629b6b Compare October 18, 2024 09:51
Add Translation for excerpts, title and summary
@susilnem susilnem force-pushed the feature/ops-learning-summary branch from f629b6b to f069381 Compare October 18, 2024 09:53
@thenav56
Copy link
Member

@szabozoltan69 When you have time, please review and merge this to staging. Thanks

Copy link
Contributor

@szabozoltan69 szabozoltan69 left a comment

Choose a reason for hiding this comment

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

Nice one, the performance ones (prefetch_related...) are great code parts!

@szabozoltan69 szabozoltan69 marked this pull request as ready for review October 23, 2024 16:24
@szabozoltan69 szabozoltan69 merged commit aa61417 into develop Oct 23, 2024
2 checks passed
@szabozoltan69 szabozoltan69 deleted the feature/ops-learning-summary branch October 23, 2024 16:24
@szabozoltan69
Copy link
Contributor

Deployed to Staging, migration was running fine:

Running migrations:
Applying per.0122_opslearningcacheresponse_and_more... OK

@susilnem
Copy link
Member Author

@szabozoltan69
We also need to execute the following command:
python manage.py update_translation_fields

@szabozoltan69
Copy link
Contributor

Done (run for 3 minutes). Sorry for not noting it at first. @susilnem

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.

3 participants