Initial public ModelForge release
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
project:
|
||||
id: examplerag
|
||||
name: ExampleRAG
|
||||
description: Central retrieval-augmented-generation platform.
|
||||
|
||||
bindings:
|
||||
rag.embedding:
|
||||
contract_version: 1
|
||||
channel: stable
|
||||
priority: production
|
||||
migration_support: reindex
|
||||
benchmark_suites: [examplerag-retrieval-v1]
|
||||
|
||||
rag.reranking:
|
||||
contract_version: 1
|
||||
channel: stable
|
||||
priority: production
|
||||
benchmark_suites: [examplerag-reranking-v1]
|
||||
|
||||
document.ocr:
|
||||
contract_version: 1
|
||||
channel: stable
|
||||
priority: background
|
||||
optional: true
|
||||
Reference in New Issue
Block a user