Enable CrumbCodex in RAG Search
This commit is contained in:
@@ -34,7 +34,8 @@ class RAGChatService:
|
|||||||
# Available document collections
|
# Available document collections
|
||||||
self.doc_collections = [
|
self.doc_collections = [
|
||||||
"docs_crumbforest",
|
"docs_crumbforest",
|
||||||
"docs_rz_nullfeld"
|
"docs_rz_nullfeld",
|
||||||
|
"docs_crumbcodex"
|
||||||
]
|
]
|
||||||
|
|
||||||
def search_documents(
|
def search_documents(
|
||||||
|
|||||||
Reference in New Issue
Block a user