- Revisiting RAG_SPECIALIST
- Adapt Catalogs & Retrievers to use specific types, removing tagging_fields - Adding CrewAI Implementation Guide
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
version: "1.0.0"
|
||||
name: "Role Definition Catalog"
|
||||
description: "A Catalog containing information specific to a specific role"
|
||||
configuration:
|
||||
tagging_fields:
|
||||
role_identification:
|
||||
type: "string"
|
||||
required: true
|
||||
description: "A unique identification for the role"
|
||||
document_type:
|
||||
type: "enum"
|
||||
required: true
|
||||
description: "Type of document"
|
||||
allowed_values: [ "Intake", "Vacancy Text", "Additional Information" ]
|
||||
document_version_configurations: ["tagging_fields"]
|
||||
metadata:
|
||||
author: "Josako"
|
||||
date_added: "2025-07-07"
|
||||
description: "A Catalog containing information specific to a specific role"
|
||||
Reference in New Issue
Block a user