- Add DOSSIER Catalog management possibilities to eveai_app.
This commit is contained in:
@@ -6,7 +6,7 @@ CATALOG_TYPES = {
|
||||
"configuration": {},
|
||||
"document_version_configurations": []
|
||||
},
|
||||
"DOSSIER": {
|
||||
"DOSSIER_CATALOG": {
|
||||
"name": "Dossier Catalog",
|
||||
"Description": "A Catalog with information in Evie's Library in which several Dossiers can be stored",
|
||||
"configuration": {
|
||||
|
||||
@@ -3,5 +3,9 @@ RETRIEVER_TYPES = {
|
||||
"STANDARD_RAG": {
|
||||
"name": "Standard RAG Retriever",
|
||||
"description": "Retrieving all embeddings from the catalog conform the query",
|
||||
},
|
||||
"DOSSIER_RETRIEVER": {
|
||||
"name": "Retriever for managing DOSSIER catalogs",
|
||||
"description": "Retrieving filtered embeddings from the catalog conform the query",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user