发布新帖

Encontrar

公告
· 五月 12, 2024

[Webinar in Hebrew] Maximize Your Success with InterSystems Support

Hi Community,

We're pleased to invite you to the upcoming webinar in Hebrew:

👉 Maximize Your Success with InterSystems Support 👈

📅 Date & time: May 21st, 3:30 PM IDT


Unlock the full potential of your InterSystems solutions in this engaging webinar! Join us to explore the capabilities of the Worldwide Response Center (WRC). Learn about our streamlined support procedures and policies designed to deliver the help you need, when you need it. Dive into the WRC application with a live demo, discover insider tips for effective communication, and much more.

Presenter:
🗣@Asaf Sinay, Senior Support Manager, Product Support, InterSystems 

➡️ Register today and enjoy!
 

1 Comment
讨论 (1)1
登录或注册以继续
文章
· 五月 11, 2024 阅读大约需 1 分钟

Using vector search to compare the similarity between articles

Principle: After dividing the article uploaded by the user into sentences using Python, the embedded value is obtained and stored in the Iris database. Then, the similarity between sentences is compared through Iris vector search, and finally displayed on the front-end page.

The installation steps can be viewed in the readme file. It should be noted that the BERT model used in the example has some memory requirements. If there is a long-term stuck situation during the testing process, other models such as MiniLM (which is used in the online demo) can be considered. Note that if using other models, it is necessary to modify Article Similarity SentenceVector and ArticleSimilarity The LEN and MiniLM for Embedding in Vector are 384.

At present, the application defaults to displaying statements with a similarity of 0.7 or higher, which can be found in Article Similarity Modified in the GetSenSimiEmbedding method of GetSimilarityBussinessOperation (currently displayed as 0.5 in the online demo).

讨论 (0)1
登录或注册以继续
问题
· 五月 10, 2024

Is there a VSCode equivalent to the Studio SOAP Wizard?

I don't have a current project where I am needing to create a new operation that uses SOAP at the moment but as someone who still has some SOAP connections in her Production, I was curious if VSCode had an equivalent to the SOAP Wizard that helped create all of the SOAP classes needed based on the provided WSDL? Does anyone know? Or has this become a manual process? 

Thanks in advance for help curbing my curiosity! 

4 Comments
讨论 (4)2
登录或注册以继续
讨论 (0)1
登录或注册以继续
问题
· 五月 10, 2024

Tratar un mensaje como xml

Hola, por un Bussiness Services http, nos llega un mensaje xml, encapsulado en un streamContainer. ¿Cómo puedo envíar el mensaje xml, sin el encapsulamiento, como tal a un bussiness Process? ¿Tendría que definir previamente en una clase el tipo de mensaje xml?, es que en este caso sería muy engorroso ya que por ese punto BS pueden entrar diferentes tipos de Xml, ¿tengo que definir todos previamente para que coja el mensaje de esa clase, o hay alguna forma más rápida sin tener que definirlos uno a uno en ficheros .cls?

2 Comments
讨论 (2)1
登录或注册以继续