- Finalisation of the Specialist model, forms and views
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Catalog Types
|
||||
CATALOG_TYPES = {
|
||||
"STANDARD": {
|
||||
"name": "Default Catalog",
|
||||
"STANDARD_CATALOG": {
|
||||
"name": "Standard Catalog",
|
||||
"Description": "A Catalog with information in Evie's Library, to be considered as a whole",
|
||||
"configuration": {}
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Retriever Types
|
||||
RETRIEVER_TYPES = {
|
||||
"STANDARD_RAG": {
|
||||
"name": "Default RAG",
|
||||
"name": "Standard RAG Retriever",
|
||||
"description": "Retrieving all embeddings conform the query",
|
||||
"configuration": {
|
||||
"es_k": {
|
||||
|
||||
Reference in New Issue
Block a user