Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def should_auto_extract_keywords(history: List[Dict[str, str]]) -> bool:
|
|
72 |
|
73 |
def get_top_relevant_repos(df: pd.DataFrame, user_requirements: str, top_n: int = 3) -> pd.DataFrame:
|
74 |
"""
|
75 |
-
Uses LLM to select the top
|
76 |
"""
|
77 |
try:
|
78 |
if df.empty:
|
|
|
72 |
|
73 |
def get_top_relevant_repos(df: pd.DataFrame, user_requirements: str, top_n: int = 3) -> pd.DataFrame:
|
74 |
"""
|
75 |
+
Uses LLM to select the top 3 most relevant repositories based on user requirements and analysis data.
|
76 |
"""
|
77 |
try:
|
78 |
if df.empty:
|