om4r932 commited on
Commit
1680e8f
·
verified ·
1 Parent(s): 60c9527

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -10,8 +10,12 @@ pinned: false
10
 
11
  ## APIs
12
 
 
13
  - `DocFinder` : Search technical documents from 3GPP / ETSI / GP by their ID or using keywords ([documentation](https://organizedprogrammers-docfinder.hf.space/docs))
 
14
  - `SpecSplitter` : Retrieve contents of 3GPP / ETSI specifications (don't work with technical documents). ([documentation](https://organizedprogrammers-specsplitter.hf.space/))
 
 
15
  - `FastAPI_KIG` : Generate key issues, evaluate problematic specificity, and generate problem descriptions. ([documentation](https://organizedprogrammers-fastapi-kig.hf.space/docs))
16
  - `Ptt Endpoints` : API for patentability tools (searching prior art, evaluating document novelty).
17
  - `SERPent` : Search multiple sources (DuckDuckGo, Bing, arXiv, Google Patents) for documents and retrieve their contents using a single API. ([documentation](https://organizedprogrammers-serpent.hf.space))
 
10
 
11
  ## APIs
12
 
13
+ - `arXiv` : arXiv search engine with extraction option
14
  - `DocFinder` : Search technical documents from 3GPP / ETSI / GP by their ID or using keywords ([documentation](https://organizedprogrammers-docfinder.hf.space/docs))
15
+ - `DocIndexer` : Retrieve 3GPP technical documents, 3GPP/ETSI specifications content and BM25 indexes to upload into Datasets/Models.
16
  - `SpecSplitter` : Retrieve contents of 3GPP / ETSI specifications (don't work with technical documents). ([documentation](https://organizedprogrammers-specsplitter.hf.space/))
17
+ - `RAGnarok` : RAG-based chatbot (featuring Gemini models) with 3GPP specifications.
18
+ - `StandardsWatchdog` : Webhook for auto-restarting Huggingface Spaces after updating indexation datasets.
19
  - `FastAPI_KIG` : Generate key issues, evaluate problematic specificity, and generate problem descriptions. ([documentation](https://organizedprogrammers-fastapi-kig.hf.space/docs))
20
  - `Ptt Endpoints` : API for patentability tools (searching prior art, evaluating document novelty).
21
  - `SERPent` : Search multiple sources (DuckDuckGo, Bing, arXiv, Google Patents) for documents and retrieve their contents using a single API. ([documentation](https://organizedprogrammers-serpent.hf.space))