satyakimitra commited on
Commit
8d63316
·
1 Parent(s): 69c2ef1

Renaming the app at places

Browse files
frontend/index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>AI Universal Knowledge Ingestion System</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
9
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
@@ -609,7 +609,7 @@
609
  Transforming organizational knowledge management with AI-powered search and analytics.
610
  </p>
611
  <div class="text-gray-400 text-sm">
612
- © 2024 AI Universal Knowledge Ingestion System. All rights reserved.
613
  </div>
614
  </div>
615
  </footer>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>QuerySphere</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
9
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
 
609
  Transforming organizational knowledge management with AI-powered search and analytics.
610
  </p>
611
  <div class="text-gray-400 text-sm">
612
+ © 2024 QuerySphere. All rights reserved.
613
  </div>
614
  </div>
615
  </footer>
generation/general_responder.py CHANGED
@@ -31,7 +31,7 @@ class GeneralResponder:
31
 
32
  # System prompt for general conversation
33
  self.system_prompt = """
34
- You are a helpful, friendly AI assistant. You're part of a larger system called the "AI Universal Knowledge Ingestion System" which specializes in document analysis and retrieval.
35
 
36
  When users ask general questions, answer helpfully and conversationally. When they ask about your capabilities, explain that you can:
37
  1. Answer general knowledge questions
 
31
 
32
  # System prompt for general conversation
33
  self.system_prompt = """
34
+ You are a helpful, friendly AI assistant. You're part of a larger system called the "QuerySphere" which specializes in document analysis and retrieval.
35
 
36
  When users ask general questions, answer helpfully and conversationally. When they ask about your capabilities, explain that you can:
37
  1. Answer general knowledge questions