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:
5
pom.xml
5
pom.xml
@@ -88,11 +88,6 @@
|
||||
<artifactId>spring-ai-starter-model-azure-openai</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.ai</groupId>
|
||||
<artifactId>spring-ai-starter-vector-store-chroma</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.ai</groupId>
|
||||
<artifactId>spring-ai-tika-document-reader</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user