We very much appreciate the interest in the Developer Community for IRIS Vector Search and hope our technology has helped many of you build innovative applications or advanced your R&D efforts. With a dedicated index, integrated embeddings generation, and deep integration with our SQL engine now available in InterSystems IRIS, we're looking at the next frontier, and would love to hear your feedback on the technology to prioritize our investments.
If you used Vector Search already and could spare 10 minutes of your busy schedule, here's a brief survey on your use of the technology so far, and which further opportunities would benefit you most: https://forms.office.com/r/VE5sXshJR6
If you haven't really explored it, you've just saved yourself 10 minutes ;-)
Environment: Targeted *.inc file (with hundreds of defined macros) is in use throughout the application and included into every class declaration. Statement "set a = $$$TestIf(3)" is included into a classmethod with no other code in. Expected output 5 Same macro options in *.inc: #define TestIf(%arr) if %arr>0 QUIT 5 #define TestIf(%arr) if (%arr>0) {QUIT 5} Issue: failure to compile class with the same error on all tried definition options as:
Noah, desenvolvedor da equipe DARPA com Dave McCalden, apresenta o Rust ZF - uma nova camada baseada em Rust para a API Iris ZF (Zero Functions). Tradicionalmente, o ZF permite chamadas de entrada e saída do IRIS usando C, mas é prolixo e carece de segurança de tipo e memória.
O novo Rust ZF adiciona uma interface Rust ergonômica e idiomática, tornando mais fácil e seguro para desenvolvedores integrarem código Rust com o Iris. Usando uma macro simples (RZF), os desenvolvedores podem definir funções em Rust, construir bibliotecas dinâmicas e carregá-las no IRIS, ou chamar métodos do IRIS diretamente do Rust. Noah demonstra isso com exemplos como funções matemáticas e execução de código em tempo real.
Ele também mostra como o ecossistema Rust pode se integrar ao IRIS, por exemplo, usando o motor de jogo Bevy para criar uma demonstração do Space Invaders que armazena e recupera dados do jogo por meio do IRIS. Por fim, ele menciona o trabalho em andamento em um servidor LLM MCP que será abordado em uma futura apresentação de Dave McCalden.