Article Robbie Luman · Jan 12 7m read Textual Similarity Comparison using IRIS, Python, and Sentence Transformers With the advent of Embedded Python, a myriad of use cases are now possible from within IRIS directly using Python libraries for more complex operations. One such operation is the use of natural language processing tools such as textual similarity comparison. #Artificial Intelligence (AI) #Best Practices #Embedded Python #Natural Language Processing #ObjectScript #Python #Vector Search #InterSystems IRIS 14 4 4 480
Question Robbie Luman · Jun 27, 2023 Type conversion from Python List to IRIS %List Has anyone come across a good using Embedded Python to convert a Python List object to an IRIS %List object? My use case is I want to open an SQL entry with an Objectscript class method, then pass some information from that row into a separate Python class method which will then create a Python List object, then have the Python class method return that list back to the Objectscript class method in such a way that the Python List can be converted to an IRIS %List object for me to then use in the Objectscript code. #Embedded Python #ObjectScript #InterSystems IRIS 0 3 0 292
Article Robbie Luman · Feb 28, 2020 3m read Using a Static C Library with the C Callout Gateway in Intersystems IRIS Our company is in the process of converting our software for use in Intersystems IRIS and one of the major sections of the software makes use of a custom statically-linked C library using the $ZF("function-name") functionality. During this, I found out that the process for setting up the C library to be used within the database platform has changed significantly between Cache and IRIS. #Callout #ObjectScript #Caché #InterSystems IRIS 5 0 0 302
Question Robbie Luman · Jun 13, 2017 Is it possible to execute a custom class query using MS Excel VBA? Is it possible using MS Excel VBA to execute and retrieve data from a Cache custom class query? If so, how? #Object Data Model #Caché 0 8 0 839