org.llm4s.rag.permissions.CollectionPattern
See theCollectionPattern companion object
A pattern for matching collections in queries.
Patterns support:
- Exact matching:
confluence/EN - Immediate children:
confluence/★(matchesconfluence/ENbut notconfluence/EN/archive) - All descendants:
confluence/★★(matches all paths starting withconfluence/) - All collections:
★
Note: In code, use asterisk (*) instead of ★ shown in docs.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article