|
7 | 7 | </p> |
8 | 8 |
|
9 | 9 | <h3 align="center"> |
10 | | - Evals, Synthetic Data, and Fine-Tuning Made Easy |
| 10 | + Easily Build AI Systems |
11 | 11 | </h3> |
12 | 12 |
|
13 | 13 | <p align="center"> |
14 | 14 | Kiln is a free and intuitive app for building AI systems and products |
15 | 15 | </p> |
16 | 16 |
|
17 | 17 | <p align="center"> |
18 | | - <strong>Guides:</strong> |
19 | 18 | <a href="https://docs.kiln.tech/docs/evaluations"><strong>Evals</strong></a> • |
| 19 | + <a href="https://docs.kiln.tech/docs/documents-and-search-rag"><strong>RAG</strong></a> • |
| 20 | + <a href="https://docs.kiln.tech/docs/agents"><strong>Agents</strong></a> • |
20 | 21 | <a href="https://docs.kiln.tech/docs/fine-tuning-guide"><strong>Fine Tuning</strong></a> • |
21 | 22 | <a href="https://docs.kiln.tech/docs/synthetic-data-generation"><strong>Synthetic Data</strong></a> • |
22 | | - <a href="https://docs.kiln.tech/docs/quickstart"><strong>Quick Start</strong></a> • |
23 | 23 | <a href="https://docs.kiln.tech"><strong>All Docs</strong></a> |
24 | 24 | </p> |
25 | 25 | <p align="center"> |
|
38 | 38 | - 🚀 [**Intuitive Desktop Apps**](https://kiln.tech/download): One-click apps for Windows, MacOS, and Linux. |
39 | 39 | - 📊 [**Evals**](https://docs.kiln.tech/docs/evaluations): Evaluate the quality of your models/tasks using state of the art evaluators. |
40 | 40 | - 🎛️ [**Fine Tuning**](https://docs.kiln.tech/docs/fine-tuning-guide): Zero-code fine-tuning for Llama, GPT-4o, and more. Automatic serverless deployment of models. |
41 | | -- 🤖 [**Synthetic Data Generation**](https://docs.kiln.tech/docs/synthetic-data-generation): Generate eval datasets or fine-tuning data with our interactive visual tooling. |
| 41 | +- 🔍 [**Docs & Search (RAG)**](https://docs.kiln.tech/docs/documents-and-search-rag): Add knowledge to your AI systems with Retrieval-Augmented Generation (RAG). |
| 42 | +- 🤖 [**Agents**](https://docs.kiln.tech/docs/agents): Build agentic systems with multiple actors |
42 | 43 | - 🛠 [**Tools & MCP**](https://docs.kiln.tech/docs/tools-and-mcp): Connect powerful tools to your Kiln tasks |
| 44 | +- 🪄 [**Synthetic Data Generation**](https://docs.kiln.tech/docs/synthetic-data-generation): Generate eval datasets or fine-tuning data with our interactive visual tooling. |
43 | 45 | - 🧠 [**Reasoning Models**](https://docs.kiln.tech/docs/guide-train-a-reasoning-model): Train or distill your own custom reasoning models. |
44 | 46 | - 📝 [**Prompt Generation**](https://docs.kiln.tech/docs/prompts): Automatically generate prompts including chain-of-thought, few-shot, and multi-shot, and more. |
45 | 47 | - 🌐 [**Comprehensive Model Support**](https://kiln.tech/model_library): Skip the guesswork — we've tested over 100 models' capabilities. Use any model via Ollama, OpenAI, OpenRouter, Fireworks, Groq, AWS, any OpenAI compatible API, and more. |
46 | 48 | - 🤝 [**Team Collaboration**](https://docs.kiln.tech/docs/collaboration): Git-based version control for your AI datasets. Intuitive UI makes it easy to collaborate with QA, PM, and subject matter experts on data samples, evals, prompts, ratings and issues. |
47 | 49 | - 🗃️ [**Structured Data**](https://docs.kiln.tech/docs/structured-data-json): Build AI tasks that speak JSON. |
48 | | -- 🧑💻 **Open-Source Library and API**: Our Python library and OpenAPI REST API are MIT open source. |
| 50 | +- 🧑💻 **Open-Source [Library](https://docs.kiln.tech/developers/python-library-quickstart) and [API](https://docs.kiln.tech/developers/rest-api)**: Our Python library and OpenAPI REST API are MIT open source. |
49 | 51 | - 🔒 [**Privacy-First**](https://docs.kiln.tech/docs/privacy): Kiln runs locally on your computer. We can't access your data. Bring your own API keys or use Ollama. |
50 | 52 | - 📚 [**Awesome Docs**](https://docs.kiln.tech): easy-to-follow video guides, approachable for beginners, and depth for advanced users. |
51 | 53 | - 💰 **Free**: Our apps are free and our library is open-source. |
@@ -82,11 +84,14 @@ Kiln is quite intuitive, so we suggest launching the desktop app and diving in. |
82 | 84 | - [Guide: Train a Reasoning Model](https://docs.kiln.tech/docs/guide-train-a-reasoning-model) |
83 | 85 | - [LLM Evaluators](https://docs.kiln.tech/docs/evaluators) |
84 | 86 | - [End to End Project Demo](https://docs.kiln.tech/docs/end-to-end-project-demo) |
| 87 | +- [Tools 101: Intro to Tools & MCP](https://docs.kiln.tech/docs/tools-and-mcp) |
85 | 88 |
|
86 | 89 | ### All Docs |
87 | 90 |
|
88 | 91 | - [Quick Start](https://docs.kiln.tech/getting-started/quickstart) |
89 | 92 | - [How to use any AI model or provider in Kiln](https://docs.kiln.tech/docs/models-and-ai-providers) |
| 93 | +- [Documents & Search Tools (RAG)](https://docs.kiln.tech/docs/documents-and-search-rag) |
| 94 | +- [Tools & MCP](https://docs.kiln.tech/docs/tools-and-mcp) |
90 | 95 | - [Reasoning & Chain of Thought](https://docs.kiln.tech/docs/reasoning-and-chain-of-thought) |
91 | 96 | - [Synthetic Data Generation](https://docs.kiln.tech/docs/synthetic-data-generation) |
92 | 97 | - [Collaborating with Kiln](https://docs.kiln.tech/docs/collaboration) |
|
0 commit comments