[request] Add /llms.txt and /llms-full.txt to help LLMs access docs #3144
Labels
discuss
Does this require further discussion before it's dealt with?
enhancement
Does it add or improve content?
Question you want answered
Add /llms.txt and /llms-full.txt to help LLMs access latest docs
Where did you look for an answer?
I use LLMs a lot to write code but they often struggles to index and parse the latest Tauri docs properly. A lot of the times it starts suggesting code from v1 for example. I would like to be able to add the proper latest docs to the context window or at least create embeddings for it to get better answers and code generation
My request:
Add two files, /llms.txt and /llms-full.txt, as described in https://llmstxt.org/, to the Tauri website (something like
tauri.app/llms.txt
):a summary index in markdown format with key links and project overview.
markdown file containing the full documentation. This single document would allow LLMs to index the entire docs in one pass without navigating page-by-page. also useful for LLMs that have large context windows to just add the full docs as input like a system prompt
Page URL
No response
Additional context
some other projects have done the same and it works great! Some examples: https://svelte.dev/docs/llms and https://developers.cloudflare.com/llms.txt
Are you willing to work on this yourself?
The text was updated successfully, but these errors were encountered: