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

Add parameters support to batches.list and update README to include /v1/embeddings Batches support #492

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

marckohlbrugge
Copy link
Contributor

@marckohlbrugge marckohlbrugge commented May 28, 2024

Closes #490

I added a new test that creates a batch first, so we can test the after parameter. Without an existing batch, it would return an error.

Edit: Looks like there's some Rubocop linting issues. I wasn't able to get Rubocop running so perhaps @alexrudall you can take care of these as they seem auto-fixable.

Edit 2: Okay, I fixed the Rubocop linting issues. Only thing left to make the test pass is to record a new VCR cassette. I'm not comfortable getting my company details in there, so can you do it @alexrudall? I already checked locally, and the test pass with a valid API key.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
@marckohlbrugge marckohlbrugge force-pushed the main branch 3 times, most recently from c39190f to b1fc5b9 Compare May 28, 2024 10:54

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
@alexrudall alexrudall merged commit 0832fd5 into alexrudall:main Jun 10, 2024
1 of 7 checks passed
@alexrudall
Copy link
Owner

Thanks @marckohlbrugge !

@alexrudall
Copy link
Owner

Released in v7.1

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.

batches.list is missing after/limit query parameters support + README inaccuracy regarding batches
2 participants