We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0df62 commit 2b67417Copy full SHA for 2b67417
1 file changed
query_templates.py
@@ -13,17 +13,17 @@ class QueryTemplates:
13
14
def __init__(self, driver: Driver):
15
self.driver = driver
16
-
+
17
def _enrich_with_article_urls(
18
self, entity_id: str, source_articles: Optional[List[str]] = None
19
) -> List[str]:
20
"""
21
Helper method to get article URLs for an entity
22
23
Args:
24
entity_id: Entity ID
25
source_articles: Optional list of article IDs (if already known)
26
27
Returns:
28
List of article URLs
29
0 commit comments