Titus Lim
Titus Lim
> Can you give more context here? Like NTLM is supported, but I’m not sure if that’s what you’re looking for. Can I suggest that the returning the hashed password...
[Bug]: Chain Of Table, KeyError: "None of [Int64Index([0, 2, 3], dtype='int64')] are in the [index]"
I have a similar error. I was running the code in "chain_of_table.ipynb" using LLaMA2-7bn but I got the error messages below:  
I figured out why. When you inspect the chainlit app, you'll see an error saying `getuserMedia()` is undefined. According to this (issue)[https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia], it's because the url is not secure -...
There's a GitHub repo that has attempted this: https://github.com/AbubakrChan/crewai-business-product-launch The approach here is to save sys.stdout as a variable and then perform regex to make the stream not look so...
Looks great!
Can I check if users can interact with the data frame like in streamlit - if they click the column name does it sort the data frame?
Sure! I was on dspy-ai 2.4.11 before this I think - the update just before!
> We have been using the progress event example to instead send streaming responses back to the client or user. ctx.write_event_to_steam will send a streaming response to the client and...
Thanks @abdulhuq-cimulate I'll try this out and edit from there! Have you tried with human-in-the-loop also?
OK @abdulhuq-cimulate I get what you're doing in the workflow portion. To handle timeout events (like if the user is chatting with someone and doesn't reply immediately) we can just...