om4r932 commited on
Commit
f4a7601
Β·
verified Β·
1 Parent(s): dad5d89

Update documentation.md

Browse files
Files changed (1) hide show
  1. documentation.md +11 -5
documentation.md CHANGED
@@ -1,6 +1,6 @@
1
  # πŸ“‹ Document Finder Backend API
2
 
3
- A comprehensive REST API for searching and retrieving technical documents and specifications from **3GPP** and **ETSI** organizations.
4
 
5
  ### πŸš€ Key Features
6
 
@@ -28,6 +28,11 @@ A comprehensive REST API for searching and retrieving technical documents and sp
28
  - Format: `131 102`, `188 008-2`
29
  - Published ETSI standards
30
 
 
 
 
 
 
31
  ### πŸ” Search Capabilities
32
 
33
  * **Quick Search**: Lightning-fast metadata-only search
@@ -38,10 +43,11 @@ A comprehensive REST API for searching and retrieving technical documents and sp
38
  ### πŸ›‘οΈ Data Sources
39
 
40
  This API indexes and searches through:
41
- - 3GPP specification metadata and content
42
- - ETSI specification metadata and content
43
- - 3GPP TDoc location mappings
44
- - Pre-built BM25 search indices
 
45
 
46
  ### πŸ”§ Technical Stack
47
 
 
1
  # πŸ“‹ Document Finder Backend API
2
 
3
+ A comprehensive REST API for searching and retrieving technical documents and specifications from **3GPP**, **ETSI** and **GlobalPlatform** organizations.
4
 
5
  ### πŸš€ Key Features
6
 
 
28
  - Format: `131 102`, `188 008-2`
29
  - Published ETSI standards
30
 
31
+ #### GP Documents
32
+ * **Specifications**
33
+ - Format: `GPC_SPE_106`, `GP_REQ_004`
34
+ - Published Global Platform specifications
35
+
36
  ### πŸ” Search Capabilities
37
 
38
  * **Quick Search**: Lightning-fast metadata-only search
 
43
  ### πŸ›‘οΈ Data Sources
44
 
45
  This API indexes and searches through:
46
+ - 3GPP specification metadata and content (from the Datasets section)
47
+ - ETSI specification metadata and content (from the Datasets section)
48
+ - 3GPP TDoc location mappings (from the Datasets section)
49
+ - GP TDoc location mappings (from Python app.py)
50
+ - Pre-built BM25 search indices (from the Models section)
51
 
52
  ### πŸ”§ Technical Stack
53