Commit Graph

108 Commits

Author SHA1 Message Date
sumedh
0ce79eca38 Deletion of data from collections implemented 2024-08-08 10:36:38 +05:30
sumedh
bee1dad131 vector datatable code added 2024-08-07 12:13:47 +05:30
sumedh
ab71752489 date in simple format added 2024-08-05 23:28:24 +05:30
sumedh
0c386d4d06 ingestion api working fine 2024-08-02 22:16:33 +05:30
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