Commit Graph
10 Commits
Author SHA1 Message Date
Andrea Terzani f334f69ec0 Updated Dockerfile 2025-03-21 11:27:18 +00:00
Andrea Terzani 5a5317b1ae Merged PR 8: Aggiunta della classe VectorSearchRequest e implementazione del controller Se...
Aggiunta della classe VectorSearchRequest e implementazione del controller SearchDocController per la ricerca vettoriale. Aggiornamento della configurazione di sicurezza e delle dipendenze nel pom.xml. Modifiche al file application.yml per la configurazione del servizio Azure.
2024-11-26 11:02:42 +00:00
andrea.terzani 2bb0108bbc Aggiunta della classe VectorSearchRequest e implementazione del controller SearchDocController per la ricerca vettoriale. Aggiornamento della configurazione di sicurezza e delle dipendenze nel pom.xml. Modifiche al file application.yml per la configurazione del servizio Azure. 2024-11-26 11:59:29 +01:00
andrea.terzani 9a78cfd748 use azure search 2024-10-27 12:33:03 +01:00
andrea.terzani 9c7d85b84b feat: Update JwtTokenProvider to use secret key from application properties 2024-08-13 16:45:04 +02:00
andrea.terzani ae444eced5 feat: Update GitRepositoryIngestor to use ingestion repository base path from application.properties 2024-08-10 23:04:34 +02:00
andrea.terzani 1fdd4f52ec feat: Update getDocument method in KsDocumentController
Refactor the getDocument method in KsDocumentController to return a single KSDocument object instead of a list. This improves the efficiency and readability of the code. The method now uses the findById method of ksDocumentRepository to retrieve the document with the specified id.
2024-07-31 17:30:08 +02:00
andrea.terzani 1f8c5a062b feat: Add endpoint to list uploaded files
The code changes include adding a new endpoint `/files` to the `KSFileController` class. This endpoint uses the `GetMapping` annotation to handle GET requests and returns a list of uploaded files (`KSDocument`) from the `ksDocumentRepository`.

This commit message suggests that a new feature has been added to the codebase, specifically an endpoint to list uploaded files.
2024-07-30 15:16:20 +02:00
andrea.terzani 59ee7672c9 moved to mongo 2024-07-29 12:41:29 +02:00
andrea.terzani f93b20293c Initial commit 2024-07-29 08:49:58 +02:00