shloimy-wiesel
shloimy-wiesel
Yes, you can. Use the official Next.js Docker deployment guide: https://nextjs.org/docs/pages/building-your-application/deploying#docker-image
@angpao Were you able to fix this? I'm curious about it too.
solution: Added Excel export after table using xlsx. ```sh npm install xlsx ``` - markdown.tsx ```tsx table: ({ node, children, ...props }) => { return {children} }, ``` - table-with-export.tsx...
Basic Examples: https://github.com/vercel/ai/tree/main/examples/next-fastapi https://github.com/vercel-labs/ai-sdk-preview-python-streaming https://github.com/vercel-labs/ai-sdk-preview-python-streaming/blob/main/api/index.py
Hey @angpao , were you able to get this working?