Skip to content

Is there a way to get the full documentation in one set, one page, or at least one place with few sub chapters? I need it to teach AI. #3548

Answered by spydon
LeaderBronze asked this question in Q&A
Discussion options

You must be logged in to vote

We used to have an LLM called CommandDash which was trained on Flame, but the company operating it doesn't exist anymore unfortunately.

To get all docs in one file you could clone the flame repository and do:

find doc/ -type f -name '*.md' -exec cat {} + >/tmp/all_flame_docs.md

That should put all the docs in one file located at /tmp/all_flame_docs.md.

This is where the source of our docs live:
https://github.com/flame-engine/flame/tree/main/doc

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by spydon
Comment options

You must be logged in to vote
4 replies
@spydon
Comment options

@LeaderBronze
Comment options

@spydon
Comment options

@samyakkkk
Comment options

Comment options

You must be logged in to vote
4 replies
@samyakkkk
Comment options

@LeaderBronze
Comment options

@spydon
Comment options

@LeaderBronze
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants