Nouvelle publication

検索

Annonce
· Avr 22, 2024

InterSystems 编程大赛:Vector Search, GenAI 与 ML

Hi 开发者们,

我们非常高兴地邀请大家参加新的 InterSystems 在线编程竞赛,此次编程大赛关注生成式AI(GenAI), 向量搜索(Vector Search )与机器学习(Machine Learning)!

🏆 InterSystems 编程大赛:Vector Search, GenAI 与 ML 🏆

时间:2024年4月22日 - 5月19日 (美国东部时间)

奖金池: $14,000


主题

使用InterSystems IRIS或InterSystems IRIS for Health或IRIS Cloud SQL开发任意使用生成式AI和/或机器学习的解决方案。

为了让此次竞赛变得更有趣,通过向量搜索(Vector Search)开发的最具创新性的项目作者将被邀请参加InterSystems 2024 全球峰会*(最多3人)!

*受邀开发者将获得全球峰会的免费门票和免费酒店住宿。

一般要求

  1. 应用程序或库必须功能齐全。该应用程序不应该是另一种语言中已有库的导入或直接接口(C++ 除外,您确实需要做大量工作来为 IRIS 创建接口)。不允许对现有应用程序或库进行复制粘贴。
  2. 有效应用程序:100%全新的Open Exchange  Apps或已有的应用程序(但有显著提升)。所有参赛者/团队提交的应用程序只有经过我们团队的审核之后才会被批准参赛。
  3. 该应用程序应在 IRIS Community Edition 或 IRIS for Health Community Edition 上运行。两者都可作为host (Mac, Windows)版从Evaluation Site下载,或者可以按从InterSystems Container Registry或Community Container中提取的容器形式使用: intersystemsdc/iris-community:latest 或 intersystemsdc/irishealth-community:latest 。
  4. 该应用程序需开源并在GitHub上发布。
  5. 应用程序的README文件应为英文,包含安装步骤,并包含视频demo或/和应用程序如何运行的描述。
  6. 一名开发者只允许提交 3 份作品。

注意:我们的专家将根据申请的复杂性和实用性标准对是否批准参加比赛拥有最终决定权。他们的决定是最终决定,不得上诉。

奖品

1. 专家提名奖(Experts Nomination)——获奖者由我们特别挑选的专家团选出:

🥇 第一名 - $5,000 

🥈 第二名 - $3,000 

🥉 第三名 - $1,500

🏅 第四名 - $750

🏅 第五名 - $500

🌟 第六名-第十名 - $100

2. 社区提名奖(Community Nomination)- 获得总票数最多的应用程序:

🥇 第一名 - $1,000 

🥈 第二名 - $750 

🥉 第三名 - $500

🏅 第四名 - $300

🏅 第五名 - $200

如果几位参与者获得相同数量的选票,他们都将被视为获胜者,奖金由获胜者分享。 

谁可以参加?

任何开发者社区的成员均可参加,InterSystems内部员工除外(InterSystems contractor员工可以参加)。

✅  还没有账号?点击此处创建一个账号!            

👥开发人员可以组队创建协作应用程序。一个团队允许 2 到 5 名开发人员。

请注意,要在您的README文件中标注您的团队成员——社区用户profile。

重要截止日期:

🛠 应用程序开发和注册阶段:

  • 2024年4月22日 (美国东部时间 00:00):比赛开始。
  • 2024年5月12日(美国东部时间 23:59):提交截止日期。

✅投票期限:

  • 2024年5月13日(美国东部时间 00:00):投票开始。
  • 2024年5月19日(美国东部时间 23:59):投票结束。

注意:在整个参赛期间(开发与投票期间),开发者可持续编辑、提升其应用。

    资源助力:

    ✓ 文档

    ✓ 应用示例与资料:

    ✓ 在线课程:

    ✓ 视频:

    ✓ IRIS初学者:

    ✓ ObjectScript Package Manager (IPM) 初学者:

    ✓ 如何将您的APP提交给大赛:

    需要帮忙?

    加入 InterSystems Discord 服务器上的竞赛频道或在本文评论中留言告诉我们。

    期待您的精彩项目——加入我们的编码马拉松吧!


    ❗️参加本次比赛即表示您同意此处列出的比赛条款。请在继续之前仔细阅读它们。 ❗️

    Discussion (0)1
    Connectez-vous ou inscrivez-vous pour continuer
    Article
    · Avr 21, 2024 1m de lecture

    Dynamic <call> target in BPL

    Hi all,

    When making a Business Process reusable, I needed to make the target of a <call> configurable as a business host setting. This can be done through indirection. Here's how:

    Property TargetConfigName As Ens.DataType.ConfigName;

    Parameter SETTINGS = "TargetConfigName:Basic";

    /// BPL Definition
    XData BPL [ XMLNamespace = "http://www.intersystems.com/bpl]
    {
    <process language='objectscript' request='Ens.Request' response='Ens.Response' height='2000' width='2000' >
    <sequence xend='200' yend='450' >
    <call name='Call configurable target' target='@process.TargetConfigName' async='1' xpos='200' ypos='250' >
    <request type='Ens.Request>
    <assign property="callrequestvalue="requestaction="set" />
    </request>
    <response type='Ens.Response>
    <assign property="responsevalue="callresponseaction="set" />
    </response>
    </call>
    <sync name='Wait' calls='Call configurable target' type='all' xpos='200' ypos='350' />
    </sequence>
    </process>
    }
    5 Comments
    Discussion (5)3
    Connectez-vous ou inscrivez-vous pour continuer
    Question
    · Avr 20, 2024

    There's any way to edit a SOAP header?

    Hello everyone, I need some help. 

    I have to send some events for a government WebService that I already imported the WSDL and XSD's and It worked fine and I'm able to build the message and connect into the service, but It has been rejected with the message that the XML is wrong and the only diference between the Caché SOAP message to all the examples that the government gave us is the header:

       

    This is how the Government is expecting the message:

    <?xml version="1.0" encoding="utf-8"?>
    <soap12:Envelope
    	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    	xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    	<soap12:Body>
    		<cteDadosMsg
    			xmlns="http://www.portalfiscal.inf.br/cte/wsdl/CTeStatusServicoV4">
    			-----------------Dynamic XML Body------------------
    		</cteDadosMsg>
    	</soap12:Body>
    </soap12:Envelope>

     

    And this is how It's generate in Cache:

      <  ?xml version="1.0" encoding="UTF-8" ?>
    <SOAP-ENV:Envelope
               xmlns:SOAP-ENV='http://www.w3.org/2003/05/soap-envelope'
                xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
              xmlns:s='http://www.w3.org/2001/XMLSchema'>
              <SOAP-ENV:Body>
                         <cteDadosMsg
                                  xmlns="http://www.portalfiscal.inf.br/cte/wsdl/CTeRecepcaoEventoV4">
                                  -----------------Dynamic XML Body------------------ 
                         </cteDadosMsg>
             </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>  

     

     

    So, there's any way to edit It before invoke the webMethod or any configuration that made it during the process?

    Thank you so much!!

    10 Comments
    Discussion (10)2
    Connectez-vous ou inscrivez-vous pour continuer
    Question
    · Avr 19, 2024

    Message Bank Message Viewer- how to query XML

    In message bank how do you search within XML? XML is imported on message bank so that side is ok as can see it like below

    On source system message viewer finds message

    On Message bank it doesn't 

    More basic queries using the MessageHeader will work so the filters do work just must not be using the right one (if it is possible) to query the XML message 

    1 Comment
    Discussion (1)1
    Connectez-vous ou inscrivez-vous pour continuer
    Question
    · Avr 18, 2024

    initial user account

    I installed a local docker container instance from here:   intersystemsdc/iris-community

    I'm trying to login:    http://localhost:52773/csp/sys/UtilHome.csp

    I thought if I used SYSTEM as the initial username, I could login, but I get #822 Access Denied.

    Is that the correct username? maybe there's a better location to pull the docker instance.

    ***************nevermind, figured it out

    3 Comments
    Discussion (3)3
    Connectez-vous ou inscrivez-vous pour continuer