MCPcopy Create free account

hub / github.com/dais-polymtl/flock / functions

Functions864 in github.com/dais-polymtl/flock

Functiontest_llm_reduce_image_with_group_by
Test llm_reduce with images and GROUP BY clause.
test/integration/src/integration/tests/functions/aggregate/test_llm_reduce.py:610
Functiontest_llm_reduce_multiple_columns
Test llm_reduce with multiple input columns.
test/integration/src/integration/tests/functions/aggregate/test_llm_reduce.py:131
Functiontest_llm_reduce_with_audio_transcription
Test llm_reduce with audio transcription using OpenAI. The audio content says: 'Flock transforms DuckDB into a hybrid database and a semantic AI
test/integration/src/integration/tests/functions/aggregate/test_llm_reduce.py:766
Functiontest_llm_reduce_with_batch_processing
Test llm_reduce with batch size configuration.
test/integration/src/integration/tests/functions/aggregate/test_llm_reduce.py:179
Functiontest_llm_reduce_with_group_by
Test llm_reduce with GROUP BY clause.
test/integration/src/integration/tests/functions/aggregate/test_llm_reduce.py:73
Functiontest_llm_reduce_with_image_integration
Test llm_reduce with image data integration.
test/integration/src/integration/tests/functions/aggregate/test_llm_reduce.py:544
Functiontest_llm_reduce_with_model_params
Test llm_reduce with custom model parameters.
test/integration/src/integration/tests/functions/aggregate/test_llm_reduce.py:226
Functiontest_llm_reduce_with_special_characters
Test llm_reduce with special characters and unicode.
test/integration/src/integration/tests/functions/aggregate/test_llm_reduce.py:398
Functiontest_llm_reduce_with_structured_output
Test llm_reduce with structured JSON output.
test/integration/src/integration/tests/functions/aggregate/test_llm_reduce.py:440
Functiontest_llm_rerank_audio_ollama_error
Test that Ollama provider throws error for audio transcription in llm_rerank.
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:816
Functiontest_llm_rerank_basic_functionality
Test basic llm_rerank functionality without GROUP BY.
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:28
Functiontest_llm_rerank_empty_table
Test llm_rerank behavior with empty table.
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:283
Functiontest_llm_rerank_error_handling_empty_prompt
Test error handling with empty prompt.
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:351
Functiontest_llm_rerank_error_handling_invalid_model
Test error handling with non-existent model.
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:320
Functiontest_llm_rerank_error_handling_missing_arguments
Test error handling with missing required arguments.
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:390
Functiontest_llm_rerank_image_batch_processing
Test llm_rerank with multiple images in batch processing.
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:651
Functiontest_llm_rerank_image_with_group_by
Test llm_rerank with images and GROUP BY clause.
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:573
Functiontest_llm_rerank_metrics
Test metrics for llm_rerank aggregate function
test/integration/src/integration/tests/metrics/test_metrics.py:658
Functiontest_llm_rerank_multiple_criteria
Test llm_rerank with multiple ranking criteria.
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:235
Functiontest_llm_rerank_with_audio_transcription
Test llm_rerank with audio transcription using OpenAI. The audio content says: 'Flock transforms DuckDB into a hybrid database and a semantic AI
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:728
Functiontest_llm_rerank_with_batch_processing
Test llm_rerank with batch size configuration.
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:136
Functiontest_llm_rerank_with_group_by
Test llm_rerank with GROUP BY clause.
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:76
Functiontest_llm_rerank_with_image_integration
Test llm_rerank with image data integration.
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:502
Functiontest_llm_rerank_with_model_params
Test llm_rerank with custom model parameters.
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:187
Functiontest_llm_rerank_with_special_characters
Test llm_rerank with special characters and unicode.
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:415
Functiontest_metrics_after_llm_complete
(integration_setup, model_config)
test/integration/src/integration/tests/metrics/test_metrics.py:56
Functiontest_metrics_reset_clears_counters
(integration_setup, model_config)
test/integration/src/integration/tests/metrics/test_metrics.py:112
Functiontest_mixed_scalar_and_aggregate_metrics
Test that both scalar and aggregate functions are tracked separately
test/integration/src/integration/tests/metrics/test_metrics.py:766
Functiontest_model_args_allowed_parameters
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:241
Functiontest_multiple_aggregate_functions_sequential_numbering
Test that multiple aggregate function calls get sequential numbering
test/integration/src/integration/tests/metrics/test_metrics.py:539
Functiontest_multiple_providers
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:254
Functiontest_multiple_secrets_different_types
(integration_setup)
test/integration/src/integration/tests/secret_manager/test_secret_manager.py:120
Functiontest_persistent_secret_lifecycle
(integration_setup)
test/integration/src/integration/tests/secret_manager/test_secret_manager.py:182
Functiontest_rate_limit_openai_compatible_throttles_over_limit_without_error
End-to-end: one request over the per-minute cap waits for the window to roll, then succeeds. Unit tests cover limiter math and wiring with mocks;
test/integration/src/integration/tests/functions/scalar/test_rate_limit.py:55
Functiontest_secret_scope_handling
(integration_setup)
test/integration/src/integration/tests/secret_manager/test_secret_manager.py:145
Functiontest_sequential_numbering_multiple_calls
Test that multiple calls of the same function get sequential numbering
test/integration/src/integration/tests/metrics/test_metrics.py:160
Functiontest_update_model_content
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:75
Functiontest_update_model_scope_to_global
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:100
Functiontest_update_model_scope_to_local
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:114
Functiontest_update_model_with_args
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:88
Functiontest_update_nonexistent_model_error
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:189
Functiontest_update_nonexistent_prompt_error
(integration_setup)
test/integration/src/integration/tests/prompt_parser/test_prompt_parser.py:133
Functiontest_update_prompt_content
(integration_setup)
test/integration/src/integration/tests/prompt_parser/test_prompt_parser.py:50
Functiontest_update_prompt_scope_to_global
(integration_setup)
test/integration/src/integration/tests/prompt_parser/test_prompt_parser.py:62
Functiontest_update_prompt_scope_to_local
(integration_setup)
test/integration/src/integration/tests/prompt_parser/test_prompt_parser.py:76
Functiontest_usage_limit_openai_compatible_exceeded_completion_tokens
Sync batch: cumulative completion_tokens from provider usage exceeds completion_tokens_limit.
test/integration/src/integration/tests/functions/scalar/test_usage_limit.py:206
Functiontest_usage_limit_openai_compatible_exceeded_on_async_batch
Async with batch_size 16 and 8 rows: all rows fit in one HTTP request.
test/integration/src/integration/tests/functions/scalar/test_usage_limit.py:225
Functiontest_usage_limit_openai_compatible_exceeded_on_async_parallel_batches
Async with batch_size 16: one batch (16 rows) fits, two batches (20 rows) exceed the quota.
test/integration/src/integration/tests/functions/scalar/test_usage_limit.py:258
Functiontest_usage_limit_openai_compatible_exceeded_on_batch
Sync batch_size 1: sequential requests accumulate tokens until the quota is exceeded.
test/integration/src/integration/tests/functions/scalar/test_usage_limit.py:163
Functiontest_usage_limit_openai_compatible_exceeded_prompt_tokens
Sync batch: cumulative prompt_tokens from provider usage exceeds prompt_tokens_limit.
test/integration/src/integration/tests/functions/scalar/test_usage_limit.py:187
Functiontest_usage_limit_openai_compatible_single_call_succeeds
A single completion stays under a generous cumulative token quota.
test/integration/src/integration/tests/functions/scalar/test_usage_limit.py:143
FunctiontoggleTheme
()
docs/src/components/navbar/ThemeToggler.tsx:17
Methodtotal_tokens
src/include/flock/metrics/data_structures.hpp:23
Methodtrigger_error
src/include/flock/model_manager/providers/handlers/base_handler.hpp:378
FunctiontupleFormatToString
src/prompt_manager/repository.cpp:69
MethodvalidOllamaModelsJson
src/include/flock/model_manager/providers/handlers/session.hpp:349
MethodwriteFunction
Native-specific helpers
src/include/flock/model_manager/providers/handlers/session.hpp:69
Method~AggregateFunctionState
src/include/flock/functions/aggregate/aggregate.hpp:20
Method~BaseModelProviderHandler
src/include/flock/model_manager/providers/handlers/base_handler.hpp:34
Method~IModelProviderHandler
src/include/flock/model_manager/providers/handlers/handler.hpp:14
Method~IProvider
src/include/flock/model_manager/providers/provider.hpp:41
Method~QueryStatement
src/include/flock/custom_parser/query_statements.hpp:26
Method~Session
src/include/flock/model_manager/providers/handlers/session.hpp:105
Method~StorageAttachmentGuard
src/core/config/config.cpp:166
← previous801–864 of 864, ranked by callers