Skip to content

Commit d736aa4

Browse files
authored
Merge pull request #50 from AndreaFrancis/main
Small fix: Some examples links are broken
2 parents d2c9c69 + 2fbe39a commit d736aa4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ The `wrap_openai` function allows you to wrap any OpenAI compliant LLM provider.
7575

7676
| Store | Example | Annotate | Local | Free | UI filters | SQL filters |
7777
|-------|---------|----------|-------|------|-------------|--------------|
78-
| [Hugging Face Datasets](https://huggingface.co/docs/huggingface_hub/en/package_reference/io-management#datasets) | [example](./examples/datasets_example.py) ||||||
79-
| [DuckDB](https://duckdb.org/) | [example](./examples/duckdb_example.py.py) ||||||
80-
| [Argilla](https://argilla.io/) | [example](./examples/argilla_example.py) ||||||
78+
| [Hugging Face Datasets](https://huggingface.co/docs/huggingface_hub/en/package_reference/io-management#datasets) | [example](./examples/stores/datasets_example.py) ||||||
79+
| [DuckDB](https://duckdb.org/) | [example](./examples/stores/duckdb_example.py) ||||||
80+
| [Argilla](https://argilla.io/) | [example](./examples/stores/argilla_example.py) ||||||
8181
| [OpenTelemetry](https://opentelemetry.io/) | [example](./examples/stores/opentelemetry_example.py) |* |* |* |* |* |
8282
| [Honeycomb](https://honeycomb.io/) | [example](./examples/stores/opentelemetry_example.py) ||||||
8383
* These features, for the OpenTelemetry store, depend upon the provider you use
@@ -86,13 +86,13 @@ The `wrap_openai` function allows you to wrap any OpenAI compliant LLM provider.
8686

8787
#### Hugging Face Datasets Store
8888

89-
To view and query Hugging Face Datasets, you can use the [Hugging Face Datasets Viewer](https://huggingface.co/docs/hub/en/datasets-viewer). You can [find example datasets on the Hugging Face Hub](https://huggingface.co/datasets?other=observers). From within here, you can query the dataset using SQL or using your own UI. Take a look at [the example](./examples/datasets_example.py) for more details.
89+
To view and query Hugging Face Datasets, you can use the [Hugging Face Datasets Viewer](https://huggingface.co/docs/hub/en/datasets-viewer). You can [find example datasets on the Hugging Face Hub](https://huggingface.co/datasets?other=observers). From within here, you can query the dataset using SQL or using your own UI. Take a look at [the example](./examples/stores/datasets_example.py) for more details.
9090

9191
![Hugging Face Datasets Viewer](./assets/datasets.png)
9292

9393
#### DuckDB Store
9494

95-
The default store is [DuckDB](https://duckdb.org/) and can be viewed and queried using the [DuckDB CLI](https://duckdb.org/#quickinstall). Take a look at [the example](./examples/duckdb_example.py) for more details.
95+
The default store is [DuckDB](https://duckdb.org/) and can be viewed and queried using the [DuckDB CLI](https://duckdb.org/#quickinstall). Take a look at [the example](./examples/stores/duckdb_example.py) for more details.
9696

9797
```bash
9898
> duckdb store.db
@@ -111,7 +111,7 @@ The default store is [DuckDB](https://duckdb.org/) and can be viewed and queried
111111
112112
#### Argilla Store
113113
114-
The Argilla Store allows you to sync your observations to [Argilla](https://argilla.io/). To use it, you first need to create a [free Argilla deployment on Hugging Face](https://docs.argilla.io/latest/getting_started/quickstart/). Take a look at [the example](./examples/argilla_example.py) for more details.
114+
The Argilla Store allows you to sync your observations to [Argilla](https://argilla.io/). To use it, you first need to create a [free Argilla deployment on Hugging Face](https://docs.argilla.io/latest/getting_started/quickstart/). Take a look at [the example](./examples/stores/argilla_example.py) for more details.
115115
116116
![Argilla Store](./assets/argilla.png)
117117

0 commit comments

Comments
 (0)