Skip to content

Commit 6caa847

Browse files
committed
chore: add sibils endpoint to list of endpoints
1 parent 4ae9765 commit 6caa847

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/sparql_llm/agent/config.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,13 @@ class Settings(BaseSettings):
9494
"endpoint_url": "https://rdf.metanetx.org/sparql/",
9595
"homepage_url": "https://www.metanetx.org/",
9696
},
97+
{
98+
"label": "SIBiLS",
99+
"endpoint_url": "https://sparql.sibils.org/sparql",
100+
"description": """SIBiLS (Swiss Institute of Bioinformatics Literature Services) provide personalized Information Retrieval in the biological literature.
101+
It covers 4 collections: MEDLINE, PubMedCentral (PMC), Plazi treatments, and PMC supplementary files.""",
102+
# "homepage_url": "https://sibils.org/",
103+
},
97104
# Error querying NExtProt
98105
# {
99106
# "label": "NextProt",

0 commit comments

Comments
 (0)