Skip to content

Commit

Permalink
New entity types for RAG (#1886)
Browse files Browse the repository at this point in the history
* New entity types for RAG

* use underscore

* Update RAG_DOCUMENT file

* Update CONFLUENCE_RAG_SETTINGS

* Update CONFLUENCE_INTEGRATION

---------

Co-authored-by: Adrian <[email protected]>
  • Loading branch information
jstrinko and apoloa authored Feb 3, 2025
1 parent d9200c7 commit 0c9b128
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions entity-types/ngep-confluence_integration/definition.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
domain: NGEP
type: CONFLUENCE_INTEGRATION

configuration:
entityExpirationTime: MANUAL
alertable: true
6 changes: 6 additions & 0 deletions entity-types/ngep-confluence_rag_settings/definition.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
domain: NGEP
type: CONFLUENCE_RAG_SETTINGS

configuration:
entityExpirationTime: MANUAL
alertable: true
6 changes: 6 additions & 0 deletions entity-types/ngep-rag_document/definition.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
domain: NGEP
type: RAG_DOCUMENT

configuration:
entityExpirationTime: MANUAL
alertable: true
6 changes: 6 additions & 0 deletions entity-types/ngep-rag_tool/definition.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
domain: NGEP
type: RAG_TOOL

configuration:
entityExpirationTime: MANUAL
alertable: true

0 comments on commit 0c9b128

Please sign in to comment.