From 048ff70055e3381d9f31193f12e5c2926df4776e Mon Sep 17 00:00:00 2001 From: Tomaz Bratanic Date: Mon, 24 Feb 2025 14:40:57 +0100 Subject: [PATCH] Add gliner to papers --- src/data/papers.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/data/papers.json b/src/data/papers.json index b4ef999..d92ff8c 100644 --- a/src/data/papers.json +++ b/src/data/papers.json @@ -110,5 +110,9 @@ { "arxivid": "2501.00309", "github": "https://github.com/Graph-RAG/GraphRAG/" + }, + { + "arxivid": "2311.08526", + "github": "https://github.com/urchade/GLiNER" } -] \ No newline at end of file +]