4,006 questions
0
votes
1
answer
68
views
Mulesoft batch processing takes so long
I have a flow that uses a batch process to synchronize data into two target systems after receiving data from a source.
The batch contains two steps, and each step is encapsulated inside a try scope ...
0
votes
0
answers
62
views
Batch Files sometimes hangs up computer after running when running through MS access M
I run a daily program to convert a pdf to Excel via pdf2xl. Every once in a while the program runs, but the command icon shows it is still running after everything is done. The clock on the computer ...
-1
votes
1
answer
178
views
Optimizing batch processing with similarity constraint an materialized view refreshes [closed]
I have a list of reports that I want to process in batches. However, the reports within each batch should not be too similar to each other - similarity is measured using a specific metric. If two ...
0
votes
0
answers
72
views
PySpark to Teradata insert fails with java.sql.BatchUpdateException when using batchsize
I am trying to insert data from HBase into Teradata using PySpark.
The data is read into a Spark DataFrame and inserts successfully when I limit the DataFrame to 3000–5000 rows like this:
df = df....
1
vote
2
answers
120
views
Int range in Spring Boot Batch
I have a Spring Batch application, where I transfer data from one database to another (the target DB is PostgreSQL, with enough space).
I'm executing the following query:
SELECT s.name, s.brand
FROM ...
0
votes
0
answers
77
views
Using Powershell to change filedates
Short story: saved pictures from phone to computer, preserved last modified date, destroyed created date. So in wanting to restore them to the phone, and preserve the order in which they were made in ...
0
votes
1
answer
181
views
How to debug Sheets.Spreadsheets.batchUpdate
I have a script that imports sheets from one project to another by way of the script ID. It's a very large script so it would not be feasible for me to condense it down to a MRE because I do not know ...
0
votes
1
answer
205
views
BadRequestError: model_not_found ==> The provided model deployment 'REPLACE-WITH-MODEL-DEPLOYMENT-NAME' does not exist in the AOAI resource
Issue with Azure OpenAI Batch Processing API
I'm trying to use the batch processing API provided by Azure OpenAI. I followed the official documentation here.
Steps I've taken:
Created an Azure OpenAI ...
0
votes
0
answers
508
views
Qdrant 400 Bad Request Error When Inserting Multi-Vector Embeddings with Larger Batch Sizes via API
Context
I am working on a semantic search application and using Qdrant to store three types of embeddings per document:
Dense embeddings (from OpenAI)
Sparse embeddings (from Qdrant/BM25)
Rerank ...
1
vote
1
answer
273
views
Multi-Process in deepface (face recognition)
Is there a way to send faces to the find function in parallel in face recognition?
(I want to create a batch processing or multi-processing mode so that I can process multiple faces on the GPU at the ...
0
votes
1
answer
47
views
Increasing a Batch Routine Number by Timestamp in SAS
I have a routine in SAS that runs intraday, periodically updating data in table A. I would like to identify the batch of data by the timestamp column and increment it with each data update throughout ...
0
votes
0
answers
58
views
Why does torch_geometric.Batch add edge_index, edge_attr and pos to my custom Data even when not set?
I'm using PyTorch Geometric and have a custom Torus class (a subclass of Data) that conditionally initializes attributes such as edge_index, edge_attr, and pos only when no_fixed is False. For example:...
0
votes
1
answer
201
views
How to interate about files by batch processing in GIMP 3.X?
see the following script. It works with GIMP 2.10 but doesn't witch GIMP 3.X.
(
define (brightness-contrast-multi pattern brightness contrast) (
let* (
(filelist (cadr (file-...
1
vote
1
answer
328
views
My AzureOpenAI batch job shows complete, but only a few rows (not all rows) are completed in the batch file without any error
I have tried uploading a batch job with unique custom_id for each row in my input file. The job gets validated but completes very quickly and once I check the job only 276/4096 (as shown in the ...
1
vote
1
answer
170
views
DeepFace Analyze - Test scripts for batched image processing
I am having trouble getting image analysis batch processing to work. I would like to send a list of images to DeepFace to get a list of race, gender, and age predictions. I am calling test functions ...