We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63558c1 commit 00009aeCopy full SHA for 00009ae
.changeset/thick-emus-raise.md
@@ -0,0 +1,5 @@
1
+---
2
+"create-llama": patch
3
4
+
5
+feat: import pdf css
templates/types/streaming/nextjs/app/components/chat-section.tsx
@@ -3,6 +3,7 @@
import { ChatSection as ChatSectionUI } from "@llamaindex/chat-ui";
import "@llamaindex/chat-ui/styles/code.css";
import "@llamaindex/chat-ui/styles/katex.css";
6
+import "@llamaindex/chat-ui/styles/pdf.css";
7
import { useChat } from "ai/react";
8
import CustomChatInput from "./ui/chat/chat-input";
9
import CustomChatMessages from "./ui/chat/chat-messages";
templates/types/streaming/nextjs/package.json
@@ -37,7 +37,7 @@
37
"uuid": "^9.0.1",
38
"vaul": "^0.9.1",
39
"marked": "^14.1.2",
40
- "@llamaindex/chat-ui": "0.0.4"
+ "@llamaindex/chat-ui": "0.0.5"
41
},
42
"devDependencies": {
43
"@types/node": "^20.10.3",
0 commit comments