Skip to content

docs: update readme files in docs/examples#1228

Open
akihikokuroda wants to merge 3 commits into
generative-computing:mainfrom
akihikokuroda:examplesreadme
Open

docs: update readme files in docs/examples#1228
akihikokuroda wants to merge 3 commits into
generative-computing:mainfrom
akihikokuroda:examplesreadme

Conversation

@akihikokuroda

@akihikokuroda akihikokuroda commented Jun 8, 2026

Copy link
Copy Markdown
Member

Pull Request

Issue

Fixes #

Description

Updating README.md files under docs/examples and subdirectories. Some directories were missing README.md file or not included in the main README.md file.

Testing

  • Tests added to the respective file if code was changed
  • New code has 100% coverage if code was added
  • Ensure existing tests and github automation passes (a maintainer will kick off the github automation when the rest of the PR is populated)

Attribution

  • AI coding assistants used: claudecode

Adding a new component, requirement, sampling strategy, or tool?

If your PR adds or modifies one of the types below, check the matching box. A checklist of type-specific review items will be posted as a comment.

  • Component
  • Requirement
  • Sampling Strategy
  • Tool

NOTE: Please ensure you have an issue that has been acknowledged by a core contributor and routed you to open a pull request against this repository. Otherwise, please open an issue before continuing with this pull request.

Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>
@akihikokuroda akihikokuroda requested a review from a team as a code owner June 8, 2026 18:58
@akihikokuroda akihikokuroda marked this pull request as draft June 8, 2026 18:58
@akihikokuroda akihikokuroda changed the title doc: update readme files in docs/examples docs: update readme files in docs/examples Jun 8, 2026
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jun 8, 2026
Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>
@akihikokuroda akihikokuroda marked this pull request as ready for review June 8, 2026 19:34
Comment thread docs/examples/async/README.md Outdated

## Prerequisites

These examples use async/await and require Python 3.7+. Most examples also need a running Ollama instance:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think Mellea requires python 3.10+ or maybe even 3.11+

Comment on lines +94 to +97
```bash
uv run context_attribution.py
```
Demonstrates identifying which context sentences influenced the response.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't actually using a RAG intrinsic

Suggested change
```bash
uv run context_attribution.py
```
Demonstrates identifying which context sentences influenced the response.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plugin_scoped.py isn't documented... any particular reason?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, just missed it.

Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>
@akihikokuroda akihikokuroda requested a review from psschwei June 9, 2026 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants