feat: Implement New Document Service Client for document deletion and agent search

feat: Add OpenAPI configuration for API documentation with security scheme

feat: Create KnowledgeTreeController for file and video uploads with enhanced metadata handling

feat: Define DTOs for agent search requests and responses, including metadata filtering

feat: Implement DeleteDocumentResponse DTO for document deletion responses

feat: Create KnowledgeSystemNode DTO for representing knowledge tree structure

chore: Add startup script for ChromaDB instance with Docker integration
This commit is contained in:
Andrea Terzani
2025-12-15 07:10:32 +01:00
parent 6a396f81db
commit 1d6a5eedd8
23 changed files with 1458 additions and 238 deletions

10
apollo.code-workspace Normal file
View File

@@ -0,0 +1,10 @@
{
"folders": [
{
"path": "."
},
{
"path": "../olympus-common"
}
]
}