Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a site content file designed for reading by LLMs #1647

Open
choldgraf opened this issue Nov 15, 2024 · 0 comments
Open

Create a site content file designed for reading by LLMs #1647

choldgraf opened this issue Nov 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@choldgraf
Copy link
Collaborator

LLMs are better at reading some kinds of content than others. In particular, they are highly optimized to read markdown. Making MyST documents easier to read by LLMs may allow our authors / readers to more effectively utilize MyST content as part of their workflows. Currently, there's not an easy way to do this without manually wrapping up a book's content into a Markdown file.

User story

As an author, I want to expose (and select) my MyST content so that it can be easily discovered and used in LLM workflows by readers.

An effort to standardize LLM text files for static sites

The Answer.AI (and FastAI) team have a proposal to standardize the use of llm.txt to signal to web scrapers the content that is "meant" for scraping by LLMs. We could follow this convention, or something similar to it, as part of the MyST build process.

@choldgraf choldgraf added the enhancement New feature or request label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant