Skip to main content

The AI-powered search assistant

Leuphana relies on innovative and at the same time responsible technologies to continuously improve its digital services for students, staff and visitors. The new AI search assistant answers your questions about studying, deadlines and university procedures in full sentences, directly on the website and based exclusively on the official Leuphana pages.

©Malte Peters, Leuphana University of Lüneburg
How Retrieval-Augmented Generation (RAG) works in the Leuphana knowledge assistant.

How does the assistant work?

To make sure the system does not invent any false information (so-called hallucination), it is based on the innovative RAG method (Retrieval-Augmented Generation) combined with our university's own search technology (Apache Solr).

The principle is simple: for every query, the system searches the official, publicly accessible university web pages for matching passages within milliseconds. A modern AI model hosted in Germany reads this knowledge context and formulates an easily understandable answer from it. To answer questions, the assistant uses exclusively the publicly accessible content of the Leuphana website.

How to use the search assistant

1. Open the search

Click the magnifying-glass icon at the top right. It opens the search of the Leuphana website.

2. Ask a question

Type your question in full words, for example “When does the winter semester start?”. A single keyword works too.

3. Open the AI answer

Switch to the “AI answer” tab. The answer appears word by word, with links to the original pages as references.

What you can ask the assistant

The assistant draws on the publicly available content of the Leuphana website and answers your questions in full sentences, in German and English. Click one of the example questions below — it goes straight into the search, or simply ask your own:

Good to know

The assistant is a beta version. Like any AI, it can occasionally be mistaken or shorten things. Every answer therefore shows you the sources used. Please double-check important details such as deadlines or amounts there.

FAQ

Well-known AI chatbots usually base their answers on knowledge they have memorised from across the internet. This can sometimes lead them to give outdated information or, in the worst case, simply invent facts (this is called hallucination).

Our assistant instead uses a method called RAG (Retrieval-Augmented Generation). This means the AI is not allowed to simply guess freely. When you ask a question, the system first searches the official university web pages for the answer. These original texts are then given to the AI as a binding basis of knowledge. The AI reads this text and formulates an easily understandable, direct answer from it. So it only knows what we provide from the official sources at that moment.

A search index works essentially just like the keyword index at the back of a thick reference book. If the system had to search all of the university's thousands of web pages live for every question, an answer would take far too long. That is why a background program regularly reads in all pages and stores the words in sorted order in a lightning-fast database, the so-called index.

Apache Solr is the name of the university's own search technology that manages this index. Solr is, so to speak, the assistant's library service: it finds exactly the text passages on the university pages that match your question within milliseconds and passes them on to the AI.

The assistant understands and answers in German and English. Simply ask your question in the language in which you would like to receive the answer.

That can happen. The assistant automatically summarises the content it finds and may misunderstand or shorten a point in the process. That is precisely why it is labelled as “beta”. So that you can verify every statement, it names the original pages used for each answer and notes that the answer is AI-generated.

For important topics such as deadlines, amounts or applications, please do not rely on the summary alone, but follow the linked sources. This way the assistant combines the convenience of a direct answer with the reliability of the official source.

Protecting your data is our top priority. We follow the principle of “Privacy by Design” (data protection through technology):

  • Secure hosting in Germany: Your questions are processed exclusively in strictly secured, data-protection-compliant data centres in Germany. No data is forwarded to servers outside the EU.
  • No AI training: The system is configured so that the AI model is not trained on your input. Your questions remain confidential.
  • Public data only: The assistant does not read any protected content. It only accesses information that is freely and anonymously available on the internet anyway. The intranet and protected areas are completely off-limits to the AI.
  • Anonymous security: To protect the system from overload, we briefly store your device's IP address, exclusively on our own servers. This address is never transmitted to the AI, so you remain completely anonymous to the language model.
  • Data sovereignty: The AI service we use runs in data centres in Germany and is subject to German and European law. It is audited against recognised security standards (including ISO 27001 and the German BSI Cloud Computing Compliance Criteria Catalogue, C5) and relies on open technologies to avoid dependence on individual providers.

No, quite the opposite. As a public institution, we pay close attention to the economical use of taxpayers' money. The assistant has been deliberately built to run very cheaply:

  • Only what is actually used: There are no fixed monthly or licence fees. Billing is based solely on the amount of text actually processed. If the assistant is not used, no costs arise.
  • Very low cost per answer: A single answer costs us only about 0.15 to 0.30 cents. That means: 100 questions cost around 20 cents in total, 1,000 questions about 2 euros.
  • Free for repeated questions: Many questions recur. Once answered, a question is cached and costs nothing the next time.

Overall, the running costs remain very low and are capped at a fixed upper limit.

The system is protected against this too. Several automatic safeguards ensure that neither individual users nor automated waves of requests can overload the system or cause unnecessary costs:

  • Rate limiting: A very large number of requests in a very short time is automatically throttled. This is typical of bots and untypical of real people.
  • Daily cap: The total number of answers per day is capped, so costs remain fixed even in the event of an attack.
  • Length limit: Every answer has a maximum length. No one can force the system to generate pages of text.

For security reasons, we deliberately do not state the exact thresholds.

Yes. The assistant deliberately started as a “beta” and is being continuously improved, especially in terms of speed and answer quality. Planned improvements include:

  • Better semantic search: so that the assistant finds the right thing even when you use different words from those on the website.
  • Follow-up questions: the option to ask follow-up questions in a conversation without having to rephrase your question.
  • Even better AI models: we regularly test new models and providers to make answers even more accurate and faster.

Your feedback helps us with this. Feel free to write to us at websupport@leuphana.de.

Responsible department: The university’s Web Communications team is responsible for the strategic planning and day-to-day operation of the system. For questions, criticism, suggestions or feedback on the assistant’s behaviour, you can reach the team directly at websupport@leuphana.de

Technical lead and development: The software design, the information architecture and the implementation of the RAG system and its security mechanisms are in the hands of Malte Peters (Lead Developer).