Closed AynurAda closed 2 months ago
done, forgot to put that in .gitignore
On Tue, Sep 17, 2024 at 12:13 AM Marius-Constantin Dinu < @.***> wrote:
@.**** commented on this pull request.
On .idea/.gitignore https://github.com/ExtensityAI/symbolicai/pull/73#discussion_r1762023978 :
Please remove the IDEA local files from the PR.
— Reply to this email directly, view it on GitHub https://github.com/ExtensityAI/symbolicai/pull/73#pullrequestreview-2307928187, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALUK3ZZ7NRODYRHPSG7LNSDZW5JW7AVCNFSM6AAAAABOKDRCN6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDGMBXHEZDQMJYG4 . You are receiving this because you authored the thread.Message ID: @.***>
added BatchEngine in base.py, in functional added _apply_preprocessers, _apply_postprocessors, _limit_number_results, _cast_return_type, _prepare_argument, _execute_query_fallback, _process_query_single. in EngineRepository updated the query method to send all the requests to _process_query_single in case the engine allows batching.
PR should not affect any existing functionality