Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cuv2 api upgrade #83

Merged
merged 2 commits into from
Oct 8, 2024
Merged

cuv2 api upgrade #83

merged 2 commits into from
Oct 8, 2024

Conversation

mryave
Copy link
Contributor

@mryave mryave commented Oct 7, 2024

updates the sdk to use corpus uploader v2 endpoints

arcee/api.py Outdated
"""
Delete a corpus

Args:
corpus (str): The name of the corpus to delete
"""
data = {"corpus_name": corpus_name}
return make_request("post", Route.corpus + "/delete", data)
Copy link
Contributor

Choose a reason for hiding this comment

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

delete or post here?

nason
nason previously approved these changes Oct 7, 2024
@mryave mryave merged commit 453fa13 into main Oct 8, 2024
4 checks passed
@mryave mryave deleted the cuv2 branch October 8, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants