Skip to content

Commit 09390b3

Browse files
feat: aau i can see how to import an llm conversation in a static llm project (#1855)
Co-authored-by: paulruelle <[email protected]>
1 parent 100b3dd commit 09390b3

File tree

5 files changed

+625
-52
lines changed

5 files changed

+625
-52
lines changed

docs/sdk/tutorials/llm_static.md

Lines changed: 307 additions & 11 deletions
Large diffs are not rendered by default.

docs/tutorials.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Because videos and Rich Text assets may be more complex to import, we’ve creat
2020
- For rich text assets, see [here](https://python-sdk-docs.kili-technology.com/latest/sdk/tutorials/import_text_assets).
2121
- For PDF assets, see [here](https://python-sdk-docs.kili-technology.com/latest/sdk/tutorials/importing_pdf_assets).
2222
- For Geosat multi-layer assets, see [here](https://python-sdk-docs.kili-technology.com/latest/sdk/tutorials/importing_multilayer_geosat_assets).
23+
- For LLM Static, see [here](https://python-sdk-docs.kili-technology.com/latest/sdk/tutorials/llm_static/).
2324

2425
## Importing labels
2526

@@ -71,9 +72,7 @@ For a more specific use case, follow [this tutorial](https://python-sdk-docs.kil
7172

7273
Webhooks are really similar to plugins, except they are self-hosted, and require a web service deployed at your end, callable by Kili. To learn how to use webhooks, follow [this tutorial](https://python-sdk-docs.kili-technology.com/latest/sdk/tutorials/webhooks_example/).
7374

74-
## LLM
75-
76-
[This tutorial](https://python-sdk-docs.kili-technology.com/latest/sdk/tutorials/llm_static/) explains how to import conversations into a Kili project to annotate responses generated by a Large Language Model (LLM).
75+
## LLM Dynamic Project
7776

7877
[This tutorial](https://python-sdk-docs.kili-technology.com/latest/sdk/tutorials/llm_dynamic/) guides you through setting up a Kili project with an integrated LLM. You'll learn how to create and link the LLM model to the project and initiate a conversation using the Kili SDK.
7978

mkdocs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ nav:
4343
- PDF Assets: sdk/tutorials/importing_pdf_assets.md
4444
- Rich Text Assets: sdk/tutorials/import_text_assets.md
4545
- Multi-Layer Geosatellite Assets: sdk/tutorials/importing_multilayer_geosat_assets.md
46+
- LLM Static Assets : sdk/tutorials/llm_static.md
4647
- Importing Labels:
4748
- Importing Labels: sdk/tutorials/importing_labels.md
4849
- OpenAI NER Pre-annotations: sdk/tutorials/ner_pre_annotations_openai.md
@@ -60,9 +61,7 @@ nav:
6061
- Exporting Project Data:
6162
- Exporting a Project: sdk/tutorials/export_a_kili_project.md
6263
- Parsing Labels: sdk/tutorials/label_parsing.md
63-
- LLM Projects:
64-
- Importing Conversations: sdk/tutorials/llm_static.md
65-
- Model Configuration: sdk/tutorials/llm_dynamic.md
64+
- LLM Dynamic Projects: sdk/tutorials/llm_dynamic.md
6665
- Setting Up Plugins:
6766
- Developing Plugins: sdk/tutorials/plugins_development.md
6867
- Plugin Example - Programmatic QA: sdk/tutorials/plugins_example.md

recipes/img/llm_conversations.png

-226 KB
Binary file not shown.

0 commit comments

Comments
 (0)