Augustin Šulc

Results 22 comments of Augustin Šulc

Composed table requires a lot of other work (generating columns, cells, etc.) `CompactTable` is really a great fit for data-heavy apps, its configuration is very straightforward! Only the row-specific props...

Hi, I am getting a similar error when using the web connector: ``` 2023-11-06 14:01:26 danswer-stack-background-1 | 11/06/2023 01:01:26 PM document.py 209 : [Attempt ID: 1] Upserted 18 document store...

Thank you, guys, I am exploring the solution! I will have to dig a little bit deeper into Danswer architecture to better understand the pipeline (e.g., adjust the _AI thoughts_...

Hi, any update on this? How do you use multiple gateways? Or do you use just a single gateway for all cases? A quick workaround we use is to create...

There is one thing I don't get - let's assume that I need to conduct two aggregate types - `A` and `B`. Then I create a new instance of ProcessManager/Aggregate...

You are right, especially with the parent-child relationship, you don't need another entity. My concern is exactly about the second case you mentioned - creating a new process manager instance...

This might help someone ``` /** * Converts a date time so that the time is adjusted by the local offset and thus its UTC time matches the original local...

@lmvco Have you solved the problem? I am having the same issue.

The following CSS fixed the issue for me: ``` .rc-table-header table { width: 100%; } ```

Make sure that you provide all parameters correctly. Especially that Parent TID is 16 characters long.