You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3>A Platform to access your data via Natural Language</h3>
24
+
<h3>Create Enterprise AI Assistants in a breeze</h3>
11
25
12
-
QAnswer is a AI Assistant platform, i.e., a platform that allows to find answers accross your data. You can query several data sources and formats,
13
-
such as **collections of documents** (txt, pdf, docx, ...) and **RDF data**. It makes your data accessible via natural language!
26
+
QAnswer is a platform that allows to combine the power of Large Language Models (LLMs) with enterprise data. QAnswer enables organizations to build intelligent AI assistants directly on top of their existing data, making information instantly accessible and actionable. Its three-step approach simplifies the deployment process:
14
27
15
-
It is a combination of semantic technologies, information retrieval and machine learning techniques. This makes QAnswer the first AI driven platform to query your data in natural language.
28
+
1.**Connect Your Data**: Integrate QAnswer with your data repositories. Currently supported data sources include:
<li>[<RDFLogosize={20}color={'#148FBF'}color2={'#148FBF'}/> **Knowledge Graphs**: RDF data formats (.TTL, .NT)](tutorial-ui/data-source/rdf)</li>
37
+
</ul>
38
+
39
+
2.**Choose Your AI Task**: Select the functionality best suited to your needs:
40
+
<ulstyle={{'list-style-type': 'disc'}}>
41
+
<li>[<ChatIconsx={{verticalAlign:"middle"}}/> **Chatbot Creation**](tutorial-ui/ai-task/chat): Design conversational agents to interact with users, answer questions, and guide them through processes.</li>
42
+
<li>[<SearchIconsx={{verticalAlign:"middle"}}/> **Semantic Search**](tutorial-ui/ai-task/search): Go beyond keywords and retrieve precise answers based on the meaning and context of queries.</li>
43
+
<li>[<DataUsageIconsx={{verticalAlign:"middle"}}/> **Data Extraction**](tutorial-ui/ai-task/data-extractor): Automatically identify and extract specific pieces of information from your documents.</li>
44
+
<li>[<EditNoteIconsx={{verticalAlign:"middle"}}/> **Report Generation**](tutorial-ui/ai-task/report-generator): Summarize key findings and generate insightful reports from your data.</li>
45
+
</ul>
16
46
47
+
3.**Expose Your Assistant**: Make your AI assistant readily available through multiple channels:
48
+
<ulstyle={{'list-style-type': 'disc'}}>
49
+
<li>[**Web Widgets**](tutorial-ui/expose/classical-integrations/website-chatbot): Embed interactive chatbots seamlessly into your website or intranet pages.</li>
50
+
<li>[**Integrations**](/tutorial-ui/expose/third-party-integrations/bubble): Leverage existing platforms like Microsoft Teams, Slack, or other collaboration tools.</li>
51
+
<li>**Native APIs**: Develop custom integrations and workflows tailored to your specific requirements.</li>
52
+
</ul>
17
53
54
+
Potential Use Cases include:
55
+
<ulstyle={{'list-style-type': 'disc'}}>
56
+
<li>**Website Chatbots**: Quickly create chatbots for your websites</li>
57
+
<li>**Internal Employee Assistants**: Streamline HR processes, facilitate policy lookups, and offer personalised guidance to staff members.</li>
58
+
<li>**Support**: Elevate customer service by offering 24/7 access to information.</li>
59
+
<li>**Legal Research**: Accelerate research by enabling direct access to legal precedents, regulations, and historical records.</li>
-**Twitter**: Stay updated with our latest news and announcements by following us on Twitter [@TheQACompany](https://twitter.com/TheQACompany).
13
-
-**LinkedIn**: Connect with us on LinkedIn to explore professional opportunities, stay connected with our team, and receive the latest announcements. Visit our LinkedIn page [https://www.linkedin.com/company/qanswer](https://www.linkedin.com/company/qanswer).
14
-
-**Discord Community Server**: Join our Discord community server to engage in discussions, ask questions, and connect with other members of our community. Click [https://discord.gg/XqkNCB3ZEY](https://discord.gg/XqkNCB3ZEY) to join our Discord server.
15
+
- <EmailIconsx={{verticalAlign:"middle"}}/> **Email**: For general inquiries, you can email us at [[email protected]](mailto:[email protected]).
16
+
- <LinkedInIconsx={{verticalAlign:"middle"}}/> **LinkedIn**: Connect with us on LinkedIn to explore professional opportunities, stay connected with our team, and receive the latest announcements. Visit our LinkedIn page [https://www.linkedin.com/company/qanswer](https://www.linkedin.com/company/qanswer).
17
+
- <DiscordIconsx={{verticalAlign:"middle"}}/> **Discord Community Server**: Join our Discord community server to engage in discussions, ask questions, and connect with other members of our community. Click [https://discord.gg/XqkNCB3ZEY](https://discord.gg/XqkNCB3ZEY) to join our Discord server.
15
18
16
19
We value your feedback and are always here to assist you. Feel free to reach out through any of the above channels. We look forward to hearing from you!
<divstyle={{ display: 'flex', width: '100%', justifyContent: 'center', fontSize: '30px' }}>Welcome to the QAnswer community 🎉</div>
44
+
<divstyle={{ display: 'flex', width: '100%', justifyContent: 'center', fontSize: '30px' }}>Welcome to the QAnswer community 🎉</div>../../../src/components/Image
Copy file name to clipboardExpand all lines: docs/tutorial-ui/createAiAssistant.mdx
+10-17
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,17 @@ import Link from '@docusaurus/Link'
7
7
importTabsfrom'@theme/Tabs'
8
8
importTabItemfrom'@theme/TabItem'
9
9
importImagefrom'../../src/components/Image'
10
+
importAddIconfrom'@mui/icons-material/Add';
10
11
11
-
Welcome to our AI Assistant documentation, where you can effortlessly explore your data using natural language queries. Enhance the performance of your AI Assistants through training and share them with peers.
12
-
13
-
## Access
12
+
In the following we will guide you through the steps to create an AI Assistant on your data.
14
13
15
14
:::info
16
-
You have to be connected to create and access your AI Assistant (you can use AI Assistant without being connected if it is open to public and you have the link).
17
-
18
-
If you don't have an account yet, you can [see the tutorial here](/tutorial-ui/register-login)
15
+
You have to be connected to create and access your AI Assistants. If you don't have an account yet, you can [see the tutorial here](/tutorial-ui/register/register-login-email)
19
16
:::
20
17
21
-
Once your account is created, you can login and start discovering the platform!
18
+
## List AI Assistants
19
+
20
+
When you are logged in, you will enter in the **AI Assistant** page. The page is directly available here:
0 commit comments