João Café
João Café
> Interestingly... removing the ` ... ` from `entry.client.tsx` fixes this issue for me in production. > > I am wondering if anyone has any insight on this? Or whether...
I second this, a build time `twind` plugin would be amazing. Most astro sites use very little javascript. Unless there is a way to use the SSR method with astro...
Having the same issue with remix SSR
I assume you're using the conversational QA chain, from the docs > It first combines the chat history and the question into a standalone question, then looks up relevant documents...
Work around i've been using ```ts class EventsHandler extends BaseCallbackHandler { private writer: WritableStreamDefaultWriter; private stream: WritableStream; private question: string; private LLMCount = 0; constructor({ stream, question }: { stream:...