Lucas
Lucas
Context: * https://github.com/vercel-labs/ai/pull/201 * https://github.com/vercel-labs/ai/issues/97 * https://github.com/vercel-labs/ai/issues/63 * https://github.com/hwchase17/langchainjs/issues/1740 It seems that having 1 set of handlers does not work for all usecases https://github.com/vercel-labs/ai/blob/main/packages/core/streams/langchain-stream.ts The proposal in https://github.com/vercel-labs/ai/pull/201 is to...
fixes: https://github.com/vercel-labs/ai/issues/97 ## The problem 1. Streaming handlers should be used in Request callbacks - https://js.langchain.com/docs/production/callbacks/#when-do-you-want-to-use-each-of-these 2. You can have multiple chains. You need to know when all the chains...
1. Adding formstate, register, setvalue pages to MDX * There were some complicated tables that stayed in html. These can be addressed or simplified in the future. * setValue example...
https://stackoverflow.com/questions/71783177/remove-specific-style-from-tailwind-base The idea would be to start removing some of the global styling in layout.css and creating components using tailwind rather than CSS modules https://ui.shadcn.com/docs/components/ This can be done when...