Skip to content

Commit 154dfd3

Browse files
committed
remove commented code
1 parent 6afb4dd commit 154dfd3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/io/pinecone/clients/Inference.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ public Inference(PineconeConfig config) {
4949
* @throws ApiException If the API call fails, an ApiException is thrown.
5050
*/
5151
public EmbeddingsList embed(String model, Map<String, Object> parameters, List<String> inputs) throws ApiException {
52-
// EmbedRequestParameters embedRequestParameters = new EmbedRequestParameters();
53-
// parameters.forEach(embedRequestParameters::putAdditionalProperty);
54-
5552
EmbedRequest embedRequest = new EmbedRequest()
5653
.model(model)
5754
.parameters(parameters)

0 commit comments

Comments
 (0)