Chainlit / cookbook

Chainlit's cookbook repo
https://github.com/Chainlit/chainlit
713 stars 270 forks source link

Fix the null bug #68

Open ukizhake opened 7 months ago

ukizhake commented 7 months ago

in the Chainlit example for Pinecone the program crashed because we weren't checking if chain is null. Fixed this.

rachittshah commented 6 months ago

hi @ukizhake can you please provide a tracelog of where this was failing? I'd take a look at your PR and replicate the changes