has_citations
Method
This is a method of the ContextPack class in the models module.Check if context pack has citations.
Signature
Returns
The result of the operation.
Source
View on GitHub
praisonaiagents/rag/models.py at line 115has_citations: Check if context pack has citations.
This is a method of the ContextPack class in the models module.Check if context pack has citations.
def has_citations() -> bool
praisonaiagents/rag/models.py at line 115