Domain
stringlengths 6
43
| File
stringclasses 2
values | URL
stringlengths 26
76
| Content
stringlengths 17
5.59M
⌀ |
---|---|---|---|
llmstxt.org | llms.txt | https://llmstxt.org/llms.txt | # llms.txt
> A proposal that those interested in providing LLM-friendly content add a /llms.txt file to their site. This is a markdown file that provides brief background information and guidance, along with links to markdown files providing more detailed information.
## Docs
- [llms.txt proposal](https://llmstxt.org/index.md): The proposal for llms.txt
- [Python library docs](https://llmstxt.org/intro.html.md): Docs for `llms-txt` python lib
- [ed demo](https://llmstxt.org/ed-commonmark.md): Tongue-in-cheek example of how llms.txt could be used in the classic `ed` editor, used to show how editors could incorporate llms.txt in general.
|
docs.anthropic.com | llms-full.txt | https://docs.anthropic.com/llms-full.txt | "# Get Api Key\n\nget /v1/organizations/api_keys/{api_key_id}\n\n\n\n# List Api Keys\n\nget /v1/orga(...TRUNCATED) |
docs.anthropic.com | llms.txt | https://docs.anthropic.com/llms.txt | "# Anthropic\n\n## Docs\n\n- [Eine Nachrichtenbatch abbrechen (beta)](https://docs.anthropic.com/de/(...TRUNCATED) |
docs.perplexity.ai | llms-full.txt | https://docs.perplexity.ai/llms-full.txt | "# Chat Completions\n\npost /chat/completions\nGenerates a model's response for the given chat conve(...TRUNCATED) |
docs.perplexity.ai | llms.txt | https://docs.perplexity.ai/llms.txt | "# Perplexity\n\n## Docs\n\n- [Chat Completions](https://docs.perplexity.ai/api-reference/chat-compl(...TRUNCATED) |
sdk.vercel.ai | llms.txt | https://sdk.vercel.ai/llms.txt | "---\ntitle: AI SDK by Vercel\ndescription: Welcome to the AI SDK documentation!\n---\n\n# AI SDK\n\(...TRUNCATED) |
docs.cursor.com | llms-full.txt | https://docs.cursor.com/llms-full.txt | "# AI Review (Beta)\n\n\n\nAI Review is a feature that allows you to review your recent changes in y(...TRUNCATED) |
docs.cursor.com | llms.txt | https://docs.cursor.com/llms.txt | "# Cursor\n\n## Docs\n\n- [AI Review (Beta)](https://docs.cursor.com/advanced/ai-review)\n- [Custom (...TRUNCATED) |
elevenlabs.io | llms-full.txt | https://elevenlabs.io/docs/llms-full.txt | "# Add Chapter To A Project\n\npost /v1/projects/{project_id}/chapters/add\nCreates a new chapter ei(...TRUNCATED) |
elevenlabs.io | llms.txt | https://elevenlabs.io/docs/llms.txt | "# ElevenLabs\n\n## Docs\n\n- [Add Chapter To A Project](https://elevenlabs.io/docs/api-reference/ad(...TRUNCATED) |
Context & Motivation
https://llmstxt.org/ is a project from Answer.AI which proposes to "standardise on using an /llms.txt
file to provide information to help LLMs use a website at inference time."
I've noticed many tool providers begin to offer /llms.txt
files for their websites and documentation. This includes developer tools and platforms like Perplexity, Anthropic, Hugging Face, Vercel, and others.
I've also come across https://directory.llmstxt.cloud/, a directory of websites that have /llms.txt
files which is curated by these folks: https://x.com/llmsdottxt. I thought it would be fun to use this awesome resource to collect all of the files into a single dataset. They're simply markdown files. This dataset can then be used to build cool applications.
Thank you to Answer.AI and Jeremy Howard, the providers that are adopting this standard, and the maintainers of https://directory.llmstxt.cloud/.
How this dataset was made
This is the notebook that fetches files that linked to from https://directory.llmstxt.cloud/ and uses the kagglehub
Python client library to publish the resulting output as this dataset.
Inspiration
- Give your LLM application access to this dataset to enhance its interactions with these tools, e.g., for code-generation tasks
- Search and knowledge retrieval
- Extract and summarize common developer tasks to generate novel benchmarks for LLM evaluation
- Validate the correctness of the llms.txt files
Contributing
I'd love if anyone is interested in contributing to improving the notebook that extracts the llms.txt
files. Leave a comment on this dataset or on the notebook. Feel free to also ping me with interesting demos or applications you create with this dataset.
Photo by Solen Feyissa on Unsplash
- Downloads last month
- 15