Skip to content
This repository was archived by the owner on Jul 8, 2026. It is now read-only.

Commit a6c6ca7

Browse files
committed
README: Add unmaintained note
Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent ad36e8a commit a6c6ca7

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@
44

55
LLAMARA - **L**arge **L**anguage **A**ssistant for **M**odel-**A**ugmented **R**etrieval and **A**nalysis - is an LLM-based assistant for information retrieval from a provided knowledge base.
66

7-
Initially designed to support researchers working with scientific papers, whitepapers, and documentation,
7+
Initially designed to support researchers working with scientific papers, white papers, and documentation,
88
LLAMARA has also proven useful for students working with lecture slides.
99
It efficiently handles large datasets, accurately identifying and retrieving relevant information.
1010
Additionally, LAMARA ensures full transparency by providing sources with references to the knowledge base, making research findings accessible to both researchers and the public.
1111

1212
> **NOTE:** This repository contains the LLAMARA backend only.
1313
14+
> [!WARNING]
15+
> This project is not maintained anymore.
16+
> We do **not** recommend deploying this publicly in its current state, as several dependencies are outdated, posing a potential security risk.
17+
> In case you are interested in continuting development, please contact us at <dev@florianhotze.com>.
18+
1419
## Features
1520

1621
- **Retrieval-Augmented-Generation (RAG)** chat functionality with provided knowledge
@@ -162,7 +167,7 @@ If you need it in production, you can enable it by setting `quarkus.swagger-ui.e
162167

163168
### Info Endpoint
164169

165-
The `/q/info` endpoint provides information about LLAMARA backend, including Git, Java, OS and build details.
170+
The `/q/info` endpoint provides information about LLAMARA backend, including Git, Java, OS, and build details.
166171

167172
### Health Endpoint
168173

@@ -175,7 +180,7 @@ LLAMARA backend exposes four REST endpoints according to the [Eclipse Microprofi
175180

176181
## Serving a Frontend
177182

178-
LLAMARA backend is able to serve a JavaScript Single-Page-Application, such as a React, Vue or Angular application, as its frontend.
183+
LLAMARA backend is able to serve a JavaScript Single-Page-Application, such as a React, Vue, or Angular application, as its frontend.
179184

180185
To do so, you need to place the build output of your bundler, e.g. Webpack or Vite, into the [`META-INF/resources`](src/main/resources/META-INF/resources) folder during build-time of LLAMARA backend.
181186
The bundled JavaScript SPA will then be part of the build JAR and automatically served by Quarkus on the applications root path.

0 commit comments

Comments
 (0)