Chris Weaver

Results 50 comments of Chris Weaver

Hmm, not sure exactly what's going wrong. I'm going to add some more logging to this part of the flow, which will hopefully shine some light on exactly what's going...

Hey @sokoow, Vespa doesn't like it when we approach the disk limit (it stops accepting new documents when total disk usage hits 75%). My first guess is that you might...

Hey @jonathonlacher, thanks for pointing this out - adding this as a config totally makes sense. Happy to add it, should be a quick one. For your org, would all...

Hey @pitzcarraldo, thanks a bunch for the PR. We have a function which is pretty similar to your `_replace_format_chars` function (https://github.com/danswer-ai/danswer/blob/main/backend/danswer/document_index/vespa/utils.py#L9), and I believe functionally they should be pretty much...

fyi @fan-wen @pitzcarraldo, put in another fix for this https://github.com/danswer-ai/danswer/pull/896. We did apply it to all the content-type fields (https://github.com/danswer-ai/danswer/blob/64d2cea39608fb1ed40a78359402ccca8ac75305/backend/danswer/document_index/vespa/index.py#L301), but this was never being hit since the exception type...

Hey @photonn, just wanted to let you know that initial support for this is now in with https://github.com/danswer-ai/danswer/pull/879! This PR allows for signup, login, and email verification (see screenshot below...

Hey @ayush-bharti! These processes are fairly important to the proper functioning of Danswer 😓 If you absolutely need to stop them, you can comment out the each of the two...

Thanks for the great feedback @YoranSys / @jignnsd! As mentioned in https://github.com/danswer-ai/danswer/issues/375, we're planning to add a feature we're currently calling "personas". This will allow you to define custom document...

Hey @NLopezPerez, can you add a little more context as to what you're looking for here?

Hey @sjakos, yea that seems like a good idea to me. Allowing teams to add whatever arbitrary data sources without having to build out a formal connector sounds great! We're...