DevUI : Browser client Out of Memory error #4180
ansSanthoshM
started this conversation in
General
Replies: 1 comment
-
|
Great starting point! Let's look at two concrete examples from contexts.bitplan.com: the BookContext and CityContext. A full comparison page has been created at https://cr.bitplan.com/index.php/SiDIF_vs_RDF_Triple_Notations Here is the instance from BookContext: SiDIF: Turtle: @prefix : <https://contexts.bitplan.com/index.php/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:LordOfTheRings a :Book ;
:Book_title "Lord of the Rings"^^xsd:string ;
:Book_ISBN "0261102389"^^xsd:string ;
:Book_author "J.R.R. Tolkien"^^xsd:string ;
:Book_genre "Fantasy"^^xsd:string .N-Triples: The readability difference speaks for itself. The 4 problems discussed in detail on the comparison page using both BookContext and CityContext:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I could fire up the DevUI and run my multiagent workflow, but very frequncy i am getting Out of Memory error on my client browser UI ( i test in Edge and Chrome) both gives error, and server side i get message like below.
[CANCELLATION] Execution cancelled via CancelledError for resp_b3dd6c17
[CANCELLATION] Stream cancelled for resp_b3dd6c17
Upon reloading the webpage, my current workflow details disappears. Neither i can't send new message to start the workflow from begining. I need to kill the server (ctrl+c) and start the server again.
How to overcome this error ?
Beta Was this translation helpful? Give feedback.
All reactions