Skip to content

Commit

Permalink
dataset beta
Browse files Browse the repository at this point in the history
  • Loading branch information
lfayoux committed Jul 26, 2023
1 parent 38a7faa commit 2c42bd9
Show file tree
Hide file tree
Showing 18 changed files with 864 additions and 205 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.18

- [#268](https://github.com/cohere-ai/cohere-python/pull/268)
- Add dataset endpoint

## 4.17

- [#263](https://github.com/cohere-ai/cohere-python/pull/263)
Expand Down
3 changes: 2 additions & 1 deletion cohere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
GENERATE_URL = "generate"
SUMMARIZE_URL = "summarize"
RERANK_URL = "rerank"
DATASET_URL = "dataset"

CHECK_API_KEY_URL = "check-api-key"
TOKENIZE_URL = "tokenize"
DETOKENIZE_URL = "detokenize"

CLUSTER_JOBS_URL = "cluster-jobs"
BULK_EMBED_JOBS_URL = "embed-jobs"
EMBED_JOBS_URL = "embed-jobs"
CUSTOM_MODEL_URL = "finetune"
Loading

0 comments on commit 2c42bd9

Please sign in to comment.