diff --git a/examples/llamaindex_rag/templates/index.html b/examples/llamaindex_rag/templates/index.html index 56ff6a1..de655dc 100644 --- a/examples/llamaindex_rag/templates/index.html +++ b/examples/llamaindex_rag/templates/index.html @@ -16,18 +16,18 @@
-
+
Empty
-
+

Source Nodes

  • @@ -72,6 +72,7 @@

    Source Nodes

    alert('Please input a question.'); return; } + self.responseMeta = {}; self.answer = ''; self.loading = true; fetch(`/ask?q=${encodeURIComponent(this.question)}`)