Nueva publicación

検索

Anuncio
· 15 ene, 2025

[Video] First Vector Search on IRIS

Hey Community,

Enjoy the new video on InterSystems Developers YouTube:

⏯ First Vector Search on IRIS

Learn the concept of vector search and its growing importance in understanding and comparing textual feedback. By converting sentences into multi-dimensional numerical arrays, known as vectors, the software can calculate the similarity between them by measuring the distance between their respective points in vector space. This allows for a more nuanced analysis of language.

🗣  Presenter: @Seisuke Nakahashi, Senior Developer Support Engineer, InterSystems

Enjoy watching, and look for more videos! 👍

Comentarios (0)1
Inicie sesión o regístrese para continuar
Comentarios (3)2
Inicie sesión o regístrese para continuar
Pregunta
· 15 ene, 2025

Running Service production

Hi Guys,

how do I know that my service is running in a production, I've this receiving service and the as blow that says lost TCP then closing TCP connection, then last one says ConfigItem starting job, and in the Jobs tab it says Listing. 

 

The issue that I've set a debugging line at the very beginning to see if it does execute and so far it didn't so does it mean my service is not running or maybe that the send party haven't send anything yet 

 

Thanks

1 Comentario
Comentarios (1)2
Inicie sesión o regístrese para continuar
Pregunta
· 15 ene, 2025

FHIR Server return a 200 200 HTTP status

While working with GET request I encountered this situation where FHIR Server return a responseStatusHTTP "HTTP/1.1 200 200" instead of "HTTP/1.1 200 OK" (as highlighted in the attached screenshot).

Although the response code seems valid, these bundles have a total value of 0.

Could anyone clarify what "200 200" signifies in this context? Is there an issue with my setup, or does this indicate a specific condition related to the empty bundle search?

Thank you in advance for your help!

Comentarios (0)1
Inicie sesión o regístrese para continuar
Pregunta
· 15 ene, 2025

Using context variable in code block

I need to use a context variable in my code block for the table to query. When I use :content.table, it does not work.  When using the literal, it does.  How do I get the :context to work?

4 comentarios
Comentarios (4)2
Inicie sesión o regístrese para continuar