Spaces:
Running
Running
Update documentation.md
Browse files- 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 **
|
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 |
-
-
|
|
|
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 |
|