Skip to content

Commit

Permalink
chore: add readme updates for python (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Jan 2, 2024
1 parent bdd13de commit 0660f67
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ The OpenInference specification is edited in markdown files found in the [spec d

OpenInference provides a set of instrumentations for popular machine learning SDKs and frameworks in a variety of languages.

## Python

| Package | Description |
| --------------------------------------------------------------------------------------------- | --------------------------------------------- |
| [`openinference-semantic-conventions`](./python/openinference-semantic-conventions/README.md) | Semantic conventions for tracing of LLM Apps. |

## JavaScript

| Package | Description |
Expand Down
16 changes: 16 additions & 0 deletions python/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# OpenInference Python

This is the Python version of OpenInference, a framework for collecting traces from LLM applications.

## Development

This project is built using hatch.

## Publishing

Publishing to PyPi is done using hatch.

```shell
hatch build
hatch publish -u __token__
```
2 changes: 2 additions & 0 deletions python/openinference-semantic-conventions/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# OpenInference Semantic Conventions

[![pypi](https://badge.fury.io/py/openinference-semantic-conventions.svg)](https://pypi.org/project/openinference-semantic-conventions/)

This library contains code for the OpenInference Semantic Conventions defined by the OpenInference specification.

0 comments on commit 0660f67

Please sign in to comment.