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

[request] Add /llms.txt and /llms-full.txt to help LLMs access docs #3144

Open
1 task
thomasmol opened this issue Jan 30, 2025 · 0 comments
Open
1 task

[request] Add /llms.txt and /llms-full.txt to help LLMs access docs #3144

thomasmol opened this issue Jan 30, 2025 · 0 comments
Labels
discuss Does this require further discussion before it's dealt with? enhancement Does it add or improve content?

Comments

@thomasmol
Copy link

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):

  1. /llms.txt:
    a summary index in markdown format with key links and project overview.
  2. /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
@thomasmol thomasmol added discuss Does this require further discussion before it's dealt with? enhancement Does it add or improve content? labels Jan 30, 2025
@thomasmol thomasmol marked this as a duplicate of tauri-apps/tauri#12566 Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss Does this require further discussion before it's dealt with? enhancement Does it add or improve content?
Projects
None yet
Development

No branches or pull requests

1 participant