> For the complete documentation index, see [llms.txt](https://pmse.gitbook.io/pmse-dhdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pmse.gitbook.io/pmse-dhdk/introduction/overview.md).

# Overview

The project topic consists into a framework for building an **AI-powered chatbot assistant application** using **Mistral LLM**, **Streamlit** for the user interface, and **FAISS** for document retrieval. The chatbot is designed to answer questions related to a specific project ([Geoportale Nazionale dell’Archeologia - GNA](https://gna.cultura.gov.it/wiki/index.php/Pagina_principale)) by retrieving relevant information from a knowledge base.

The system is designed to create an AI assistant capable of:

1. **Retrieving information** from a knowledge base (e.g., a dataset of documents).
2. **Generating human-like responses** using an AI-powered chatbot assistant based on a software system.
3. **Providing a user-friendly interface** for interacting with the assistant.

{% embed url="<https://www.canva.com/design/DAGeCwUqpg8/9uafMZkWhqUsu236p8wl_A/edit?utm_campaign=designshare&utm_content=DAGeCwUqpg8&utm_medium=link2&utm_source=sharebutton>" %}
***Slideshow presentation introducing the team to the project's development process.***\
<https://www.canva.com/design/DAGeCwUqpg8/9uafMZkWhqUsu236p8wl_A/edit?utm_content=DAGeCwUqpg8&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton>
{% endembed %}

***

{% hint style="info" %}
This project work is developed as part of the [*Project Management and Software Engineering for Cultural Heritage*](https://www.unibo.it/en/study/phd-professional-masters-specialisation-schools-and-other-programmes/course-unit-catalogue/course-unit/2024/490904) course, taught by Professor [Paolo Bonora](https://www.unibo.it/sitoweb/paolo.bonora) (Academic Year 2024/2025) within the [*Digital Humanities and Digital Knowledge*](https://corsi.unibo.it/2cycle/DigitalHumanitiesKnowledge) Master’s Degree at **Alma Mater Studiorum - University of Bologna**.

Presented by: [Lucrezia Pograri](https://github.com/Asemica-me) - <lucrezia.pograri@studio.unibo.it>

*All rights reserved 2025 **©** Lucrezia Pograri.*
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://pmse.gitbook.io/pmse-dhdk/introduction/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
