You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# ~auto~md~
2
2
3
-
~auto~md~ is a Python tool that converts various file types and GitHub repositories into Markdown documents (.md) optimized for large language models (LLMs)
3
+
### Python tool that converts various file types and GitHub repositories into Markdown documents (.md) optimized for quick RAG/indexing via large language models (LLMs)
2. Download this project (or clone repo like normal):
32
32
- Click the green "Code" button above
33
33
- Choose "Download ZIP"
34
34
- Extract the ZIP file
@@ -67,7 +67,9 @@ Let's say you have the following files in a folder called "my_project":
67
67
68
68
### Output
69
69
70
-
After processing with Auto MD, you would get a single Markdown file (`output.md`) that looks like this:
70
+
After processing with Auto MD, you would get a single Markdown file (`output.md`) that looks like the example below
71
+
72
+
This single .md file contains all the content from your input files, with a table of contents at the top for easy navigation and referencing / indexing via LLM models
71
73
72
74
```markdown
73
75
# Auto MD Output
@@ -119,4 +121,3 @@ After processing with Auto MD, you would get a single Markdown file (`output.md`
119
121
(Content of styles.css)
120
122
```
121
123
122
-
This single .md file contains all the content from your input files, with a table of contents at the top for easy navigation and referencing / indexing via LLM models.
0 commit comments