Update README.md
Browse files
README.md
CHANGED
|
@@ -3,4 +3,16 @@ license: agpl-3.0
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
pretty_name: Nextcloud docs
|
| 6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
pretty_name: Nextcloud docs
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
## Nextcloud docs
|
| 9 |
+
* The official Nextcloud documentation, converted into .JSONL format
|
| 10 |
+
* I downloaded all of the docs from here: git clone https://github.com/nextcloud/documentation.git
|
| 11 |
+
* The script I used to convert is availiable on GitHub: https://github.com/dapper-11/docs-to-json
|
| 12 |
+
|
| 13 |
+
## Use cases
|
| 14 |
+
* For training or fine-tuning LLM's
|
| 15 |
+
* For use in an RAG system
|
| 16 |
+
* To give LLM's better tech support capabilities
|
| 17 |
+
|
| 18 |
+
# The whole collection of my open source docs are availiable here: https://huggingface.co/collections/hannah-eee/open-source-docs
|