- Temporary checkin to branch for the rest of the introduction of experts

This commit is contained in:
Josako
2024-11-03 16:18:14 +01:00
parent 88f4db1178
commit 503ea7965d
9 changed files with 70 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
# Retriever Types
RETRIEVER_TYPES = {
"DEFAULT_RAG": {
"STANDARD_RAG": {
"name": "Default RAG",
"description": "Retrieving all embeddings conform the query",
"configuration": {