-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add readme updates for python
- Loading branch information
1 parent
bdd13de
commit f50019b
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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__ | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |