Search

Clear filter
Article
Muhammad Waseem · Jul 2, 2023

LangChain – Unleashing the full potential of LLMs

to write an effective prompt is of critical importance. This framework module allows us to better manage prompts. For example, by creating templates that we can reuse. Indexes
Article
Ikram Shah · May 15

IRIS AI Studio: Connectors to Transform your Files into Vector Embeddings for GenAI Capabilities

) Settings.embed_model = set_embedding_model(indexing_type, model_name, api_key) storage_context = StorageContext.from_defaults(vector_store=vector_store) index
Question
Jimmy Christian · Jul 11, 2019

POST Not working for REST API - Method not found Error

is an array. The top node of the array is not used. Each subnode is subscripted by the index of the corresponding form variable in the pFormVarNames list. The value at a given
Question
Sergio Martinez · Aug 6, 2019

Preserving default value of a method parameter when passing a non existing property of a JSON object

would be the best approach? You're running into the fact that calling %Get on a dynamic object doesn't return an undefined when data at the index you specify doesn't exist. Instead
Article
John Murray · Mar 3, 2017

Atelier - the first three months

(like when we click on the globe icon and the CSP page opens)- Being faster- Support for the Add Relationship wizard to classes- Support for the other wizards such as add index, add
Article
Jenna Poindexter · May 26, 2016

Using SQL to Create JSON From an Existing Persistent Object

request payload for a web service as a Persistent class ("Patient") that will be used as the message body for an Ensemble Request (of type Ens.Request). The Patient object
Question
Yone Moreno · Jun 1, 2020

How could we iterate on a segment list, to get a needed field which is present in each one of the list's elements

.13> <MSH.16>AL</MSH.16> <MSH.18>ASCII</MSH.18> </MSH> <ORM_O01.PATIENT>
Article
Guillaume Rongier · Jul 24, 2023

FHIR Oauth

](https://github.com/grongierisc/iris-oauth-fhir/blob/main/misc/img/Postman_Get_Token2.jpg?raw=true) 4. Make use of the token to get the patient list: ![img](https://github.com
Announcement
Evgeny Shvarov · May 12, 2019

Tag Tree on Developer Community

)Resources (9)Privileges (8)Auditing (6)Databases (123)Globals (67)Indexing (32)Namespace (28)Release (123)Field Tests (51)Tips & Tricks (118)Admin (112)Video (111)iKnow (109)API
Article
Evgeny Shvarov · May 7, 2020

Unit Testing with ZPM

] Test START Use the following URL to view the result: http://192.168.80.2:52773/csp/sys/%25UnitTest.Portal.Indices.cls?Index=11&$NAMESPACE=IRISAPP All PASSED [objectscript
Question
Scott Roth · Apr 19, 2017

Difference between %Stream.FileCharacter and %FileBinaryStream

queuing (due to IO thrashing) is because of poor indexes elsewhere in the production. A data store that worked fast in development will now be so large that even simple lookups
Question
Mark Anthony Manalo · Aug 2, 2018

"Listen" to a cache db

, SqlRowIdPrivate ] {Index idx On (Table, Version, RowID) [ IdKey ];Property Version As %Integer [ ReadOnly, SqlColumnNumber = 2 ];Property Table As %String [ ReadOnly, SqlColumnNumber = 3
Article
Eduard Lebedyuk · Sep 10, 2018

Dynamic objects and JSON support in InterSystems products

in compatibility with versions of Caché earlier than 2016.2, just use Ctrl+H thoughtfully and you’ll be fine. Keep in mind, though, that indexes in arrays start with a zero now
Announcement
Stefan Wittmann · Oct 5, 2020

InterSystems IRIS and InterSystems IRIS for Health 2020.3 are GA (Generally Available

Core 2.1 support for the .NET Gateway XEP adds support for deferred indexing Support for Spark 2.4.4 InterSystems IRIS for Health 2020.3 includes all of the enhancements
Question
Lakshmi Ankireddipalli · Jun 16, 2023

How do we map Globals (holds data which spreads across different DBs) to multiple Databases

) ------------------------------------- Can see Global "History" is stated in question. Suggest review is needed to double-check where indexes and rowID counters are stored. Thanks a lot to Alex, Stephen & Robert for your time & providing different solutions.