Commit Graph
20 Commits
Author SHA1 Message Date
Andrea Terzani bfacd1cb99 Updated Dockerfile 2025-04-10 05:38:12 +00:00
andrea.terzani 40a13e74f4 Modifica il tempo di retry per i documenti incorporati e aggiorna l'indice del documento nei metadati 2025-03-29 08:19:52 +01:00
andrea.terzani bbc08d9af6 Aggiunta indice documento per la gestione dei metadati durante l'ingestione 2025-03-28 16:50:20 +01:00
andrea.terzani 699425bc22 Merge branch 'master' of https://dev.azure.com/olympusai/Olympus/_git/apollo 2025-03-23 19:54:22 +01:00
andrea.terzani 372a7a04d0 Refactor file storage logic to include folder parameter and clean up unused code 2025-03-23 19:53:30 +01:00
Andrea Terzani 7015800859 Updated Dockerfile 2025-03-22 20:23:31 +00:00
Andrea Terzani 457cef5f1d Updated Dockerfile 2025-03-22 19:46:17 +00:00
andrea.terzani d6b5458e59 Aggiunta file di configurazione Tika 2025-03-22 20:13:26 +01:00
Andrea Terzani 8919d075b7 Merged PR 88: Updated Dockerfile
Updated Dockerfile
2025-03-22 11:56:42 +00:00
Andrea Terzani 5402d39952 Updated Dockerfile 2025-03-22 11:54:25 +00:00
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