New post

Find

Article
· May 11, 2024 1m read

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).

Discussion (0)1
Log in or sign up to continue
Question
· May 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
Discussion (4)2
Log in or sign up to continue
Discussion (0)1
Log in or sign up to continue
Question
· May 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
Discussion (2)1
Log in or sign up to continue
Question
· May 10, 2024

HealthShare 2024.1 deployment to Kubernetes Cluster

Hi all,

I was wondering is there is already a sample of a Helm chart or better even an IKO manifest to deploy a REGISTRY and/or EDGE container to a Kubernetes cluster.

The samples I found show how to deploy to docker using docker-compose but I want to deploy into a better runtime orchestrator.
Regards Joost

2 Comments
Discussion (2)2
Log in or sign up to continue