Skip to content

Commit

Permalink
add announcement for semantics plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Nov 21, 2024
1 parent f4227b2 commit e7b3442
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
announcements
announcement20241121SemanticsPlugin
<talkAnnouncement>

^ TalkInboxBrowserAnnouncement
selector: #announcement20241121SemanticsPlugin
date: '2024-11-18' asDate asDateAndTime
subject: ('Try out new AI tools for {1}' format: {self appName})
content: ('Big news! {appName} now offers an optional {plugin} that helps you search, navigate, and survey the mailing list. The {plugin} uses <a href="{semanticTextUrl}">{semanticText}</a>, a new framework for generative AI in Squeak.
You can read more about the new features here:
<a href="{annUrl}">{annSubject}</a>
To use the plugin, enable the {preference} setting in the preference browser.'
format:
(Dictionary new
at: #appName put: self appName;
at: #plugin put: 'Semantics Plugin';
at: #semanticText put: 'SemanticText';
at: #semanticTextUrl put: 'https://github.com/hpi-swa-lab/Squeak-SemanticText';
at: #annSubject put: '[squeak-dev] [ANN] SemanticText: ChatGPT, embedding search, and retrieval-augmented generation for Squeak' escapeEntities;
at: #annUrl put: 'code:// (TalkInbox squeakDev messageForId: ''<ffab8136-dea2-41d1-993c-61251f1333bc@MX2018-DAG1.hpi.uni-potsdam.de>'') browse'; flag: #todo "update";
at: #preference put:
('Semantic search in Squeak Inbox Talk' asText
addAttribute: (PluggableTextAttribute evalBlock: [PreferenceBrowser open searchPattern: 'enableSemanticSearch']);
yourself);
yourself))
talkAsTextFromHtmlWithCRs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"class" : {
"ageFromString:" : "ct 1/10/2023 18:37",
"allAnnouncementSelectors" : "ct 11/18/2024 20:47",
"announcement20241121SemanticsPlugin" : "ct 11/21/2024 04:37",
"appName" : "ct 5/20/2021 19:04",
"authorMailAddress" : "ct 5/26/2021 23:54",
"basicSelfUpdateBranch:" : "ct 11/25/2022 21:27",
Expand Down

0 comments on commit e7b3442

Please sign in to comment.