tauri-docs
tauri-docs copied to clipboard
[request] Add /llms.txt and /llms-full.txt to help LLMs access docs
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):
- /llms.txt: a summary index in markdown format with key links and project overview.
- /llms-full.txt 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?
- [ ] I want to work on this myself
This would be awesome! What would we need to do to get this to refresh automatically whenever the docs are updated?
This has been added quite a while ago in #3194 with a relatively recent rework in #3444