export const MAX_CLUSTER_SIZE = 30; // Safe size for LLM processing export const CONCEPT_THRESHOLD = 0.4; // Threshold for LLM recognized concepts export const CLUSTER_THRESHOLD = 0.3; // Threshold for considering two tables in the same cluster export const GRAPH_WEIGHT = 0.4; // Weight of the knowledge graph in query evaluation export const VECTOR_WEIGHT = 0.6; // Weight of vector similarity in query evaluation