Francis Jervis
Francis Jervis
I also encountered this issue; thanks for the clarification. However, only calling show() from viewDidAppear worked - presumably because the show() function requires the top view controller to be in...
Same here.
Thanks, unfortunately this does not change the behavior. Window still scrolls to the div. This is the view after div load with a "welcome" screen with no input: 
> In 1.0.3 I disabled the focus when the interview is in embedded mode, so that might give you different results. Edit: after purging caches, this seems to have fixed....
Likewise! Preferably directly to a GCS bucket as my deployment is on GKE...
I have another, possibly related issue. The error I am getting is this: ``` 1:05:08 PM: success onPreBootstrap - 0.015s 1:05:08 PM: success createSchemaCustomization - 0.080s 1:05:09 PM: error (node:1891)...
This has still not been fixed, apparently.
It's a general performance issue with the model - it hallucinates and ignores instructions like enums. Using natural language or sudocode prompts to return JSON gives consistently better results. The...
This is resolved by https://github.com/hwchase17/langchain/pull/4014
I just came across this looking for a solution to store users' chat histories - in order to replicate eg the ChatGPT history feature, you want the table to store...