Skip to content

Constants

gllm_rag.constants

Library-level constants for GLLM RAG.

This module defines state-key constants used across the GLLM RAG library.

StateKeys

Container for state-key constants used in RAG pipelines.

CHUNKS = 'chunks' class-attribute instance-attribute

CHUNK_LISTS = 'chunk_lists' class-attribute instance-attribute

FILTERED_CHUNKS = 'filtered_chunks' class-attribute instance-attribute

QUERIES = 'queries' class-attribute instance-attribute

QUERY = 'query' class-attribute instance-attribute

QUERY_FILTER = 'query_filter' class-attribute instance-attribute

RESPONSE = 'response' class-attribute instance-attribute

RETRIEVAL_DECISION = 'retrieval_decision' class-attribute instance-attribute

ROUTED_BRANCH = 'routed_branch' class-attribute instance-attribute

ROUTING_PLAN = 'routing_plan' class-attribute instance-attribute

SUB_QUERIES = 'sub_queries' class-attribute instance-attribute

THRESHOLD = 'threshold' class-attribute instance-attribute

TOP_K = 'top_k' class-attribute instance-attribute

USER_QUERY = 'user_query' class-attribute instance-attribute