New post

Find

Announcement
· Sep 24, 2024

[Video] Pre-training - first step of GenAI model training

Hi Community!

We're happy to share the next video in the series dedicated to Gen AI on our InterSystems Developers YouTube:

⏯ Pre-training - first step of GenAI model training

Learn about the first step of training a GenAI model, pre-training: how it's done, who's doing it and how. You’ll also learn the methods used to help AI understand text, like predicting the next word, filling in blanks, and anticipating the next sentence. These techniques work together to enhance an AI’s ability to grasp context and respond in natural language.

🗣  Presenter@Don Woodlock, Vice President, Healthcare Solutions Development, InterSystems

Enjoy watching, and look forward to more videos! 👍

Discussion (0)1
Log in or sign up to continue
Article
· Sep 24, 2024 1m read

Melhorando a pesquisa na comunidade de Desenvolvedores por Tags

Talvez você saiba que você pode pesquisar por postagens na CD por Tags
inicinando na borda esquerda acima    e 

Para comçar isso está ótimo. Porém, baseado em alguns feedbacks locais, algumas melhorias poderiam tornar mais útil. O SELECT funciona IF TAGS CONTAIN %tag. Isso enche você de vários resultados frequentemente muito mais úteis. As sugestões para as extensões:

  • ... IF TAGS CONTAINS ONLY %tag   // para uma Tag específica
  • ... IF TAGS CONTAIN  (%tag1,%tag2,%tag3,...)    // várias tags específicas
  • ... IF TAGS NOT CONTAIN   (%tag4,%tag5)         // excluir conteúdo não desejado
  • ... IF TAGS CONTAIN  (%tag1,%tag2,%tag3,...)  AND NOT CONTAIN   (%tag4,%tag5) 

caso prático:  ... CONTAIN ("global","python") and NOT CONTAIN ("ObjectScript")

A sintaxe emprestada do SQL é apenas para ilustrar a funcionalidade.

A implementação prática deve usar uma lista onde você coloca +-

A proposta está publicada em IDEIAS https://ideas.intersystems.com/ideas/DPI-I-630​​​​​

Para suporte e conforto eu também sugiro forçar tags em toas as publicações (e possivelmente nas respostas)
Em IDEIAS https://ideas.intersystems.com/ideas/DPI-I-629

Se você concorda, agradeceria o seu voto.

1 Comment
Discussion (1)1
Log in or sign up to continue
Question
· Sep 24, 2024

Can VS Code Objectscript extension work with Cody (Sourcegraph) extension?

hi everyone,

I'm trying to make some use of AI to help with coding. To achieve this I've moved to VS Code linking to a cache instance, and installed the "Cody" extension from Sourcegraph that talks to Claude Sonnet.

In theory Cody can view, and send to the AI, the file I'm currently editing. However, it does not seem to "see" Cache server items, and only works for stuff in ordinary files that I have open. Is this an issue with "isfs" ("InterSystems File Service" that implements the "filesystem provider API" )? Is anyone else using Cody or any other AI extension successfully?

Thanks,

Mike

3 Comments
Discussion (3)2
Log in or sign up to continue
Job
· Sep 24, 2024

Seeking work FT/Contract HealthConnect experience

I am seeking work with InterSystems HealthConnect.  My experience is working with Rules and DTLs, plus message search, and export of components.

I have actively developed and supported HL7 V2.x interfaces.

I reside in Massachusetts.  Open to full-time or contract roles, either local or remote.

1 Comment
Discussion (1)2
Log in or sign up to continue
Question
· Sep 24, 2024

Tilde(~) is not working while replacing

Tilde(~) is not working while replacing or writing it in hardcoded. Rest every other character is working fine. Has anyone had the same issue earlier? It is not coming in HL7 generating through this code.

 

<assign property='target.{FT1grp(i).FT1:DiagnosisCodeFT1(1).Identifier}' value='..replace(source.superBillDetailBeanDao.GetAt(i).iCDCodes,",","~")' action='set'/>


<assign property='target.{FT1grp(i).FT1:ProcedureCode.Identifier}' value='..replace(source.superBillDetailBeanDao.GetAt(i).cPTCode,",","~")' action='set'/>

1 Comment
Discussion (1)1
Log in or sign up to continue