Siddhi Jain

Results 20 comments of Siddhi Jain

> @btdan if you have your own model, then you need to serialized the model. > > In your Jupyter notebook, you can run load your model and serialized it...

Hello @suyashjoshi Can you help me , I am trying to load my custom model (xyz.pth) using the script trace_model.py but getting this error Is my model loading is correct...

Hii @afolarin I am also facing the same issue while running command **docker build -t cogstack/semehr - < Dockerfile** Any solution for this ? ![image](https://user-images.githubusercontent.com/46879959/183070245-ffb5986b-7cba-4bc7-9a6a-1077a0b6bdff.png)

> @Siddhijain16 this stuff is quite old (and I'm not sure who is using it still) might be good to follow up with @Honghan Thank you for your reply @afolarin...

Hi @jeremyadamsfisher Any update on this ? How we can pass partial variable , Im still facing same error - Invalid prompt schema; check for mismatched or missing input parameters....

> I was able to solve this issue by using a modified prompt. The current prompt is not initiating a possible iterating loop to get more information to answer the...

Hi @helixworld Is there any update on this part ?

@willydouhard How we can use dropdown value for conditions like to call different chain on different options ?

Hi @mkhorasani > > Same issue here too, my source code is simple as your readme : > > app.py > > ``` > > from yaml.loader import SafeLoader >...

> @Siddhijain16 It seems you are iterating the testing data which is a scalar value. Please have a look at this [issue](https://stackoverflow.com/questions/32978575/how-to-fix-indexerror-invalid-index-to-scalar-variable) for more information. > > Hope it helps...