MCPcopy Create free account

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

Functions864 in github.com/dais-polymtl/flock

MethodGetExpectedResponse
test/unit/functions/aggregate/llm_rerank.cpp:12
MethodGetExpectedResponse
test/unit/functions/aggregate/llm_reduce_json.cpp:10
MethodGetExpectedResponse
test/unit/functions/aggregate/llm_last.cpp:11
MethodGetExpectedResponse
test/unit/functions/aggregate/llm_reduce.cpp:10
MethodGetExpectedResponse
test/unit/functions/aggregate/llm_first.cpp:11
MethodGetExpectedResponse
test/unit/functions/scalar/llm_embedding.cpp:12
MethodGetExpectedResponse
test/unit/functions/scalar/llm_filter.cpp:11
MethodGetExpectedResponse
test/unit/functions/scalar/llm_complete.cpp:10
MethodGetExpectedResponse
test/unit/functions/scalar/llm_complete_json.cpp:10
MethodGetFirstOrLastTupleId
src/functions/aggregate/llm_first_or_last/implementation.cpp:18
MethodGetFunctionName
test/unit/functions/aggregate/llm_rerank.cpp:20
MethodGetFunctionName
test/unit/functions/aggregate/llm_reduce_json.cpp:18
MethodGetFunctionName
test/unit/functions/aggregate/llm_last.cpp:19
MethodGetFunctionName
test/unit/functions/aggregate/llm_reduce.cpp:18
MethodGetFunctionName
test/unit/functions/aggregate/llm_first.cpp:19
MethodGetFunctionName
test/unit/functions/scalar/llm_embedding.cpp:21
MethodGetFunctionName
test/unit/functions/scalar/llm_filter.cpp:19
MethodGetFunctionName
test/unit/functions/scalar/llm_complete.cpp:18
MethodGetFunctionName
test/unit/functions/scalar/llm_complete_json.cpp:18
MethodGetFunctionType
test/unit/functions/aggregate/llm_rerank.cpp:24
MethodGetFunctionType
test/unit/functions/aggregate/llm_reduce_json.cpp:22
MethodGetFunctionType
test/unit/functions/aggregate/llm_last.cpp:23
MethodGetFunctionType
test/unit/functions/aggregate/llm_reduce.cpp:22
MethodGetFunctionType
test/unit/functions/aggregate/llm_first.cpp:23
MethodGetModelStatement
src/include/flock/custom_parser/query/model_parser.hpp:48
MethodGetName
src/include/flock_extension.hpp:21
MethodGetOrCreateRateLimiter
src/model_manager/model.cpp:221
MethodGetOrCreateUsageLimiter
src/model_manager/model.cpp:230
MethodGetOutputTypeString
src/include/flock/model_manager/providers/provider.hpp:57
MethodGetPromptStatement
src/include/flock/custom_parser/query/prompt_parser.hpp:42
MethodGetProviderType
src/secret_manager/secret_manager.cpp:35
MethodGetQueriedModel
src/model_manager/model.cpp:186
MethodGetSecret
src/secret_manager/secret_manager.cpp:114
MethodGetTemplate
src/include/flock/prompt_manager/prompt_manager.hpp:26
FunctionGettingStarted
()
docs/src/components/getting-started/GettingStarted.tsx:5
FunctionHero
()
docs/src/components/hero/Hero.tsx:9
FunctionHome
()
docs/src/pages/index.tsx:5
MethodIProvider
src/include/flock/model_manager/providers/provider.hpp:37
MethodIgnoreNull
src/include/flock/functions/aggregate/aggregate.hpp:75
MethodIncrementApiCalls
Increment API call counter
src/include/flock/metrics/base_manager.hpp:56
MethodIncrementApiCalls
Increment API call counter
src/include/flock/metrics/manager.hpp:73
FunctionIndex
()
docs/src/theme/NotFound/index.tsx:9
MethodInitialize
src/include/flock/functions/aggregate/llm_first_or_last.hpp:22
MethodInitialize
src/include/flock/functions/aggregate/aggregate.hpp:79
MethodInitialize
src/include/flock/functions/aggregate/llm_reduce.hpp:21
MethodInitialize
src/include/flock/functions/aggregate/llm_rerank.hpp:21
MethodInitializeModelJson
src/functions/aggregate/aggregate.cpp:57
MethodInitializeModelJson
src/functions/scalar/scalar.cpp:153
MethodInitializePrompt
src/functions/aggregate/aggregate.cpp:70
MethodInitializePrompt
src/functions/scalar/scalar.cpp:307
MethodIsEmpty
src/include/flock/metrics/data_structures.hpp:35
MethodIsUrl
Check if the given path is a URL using regex
src/include/flock/model_manager/providers/handlers/url_handler.hpp:58
MethodLlmFirstOrLast
src/include/flock/functions/aggregate/llm_first_or_last.hpp:13
MethodLlmFunctionBindData
src/include/flock/functions/llm_function_bind_data.hpp:12
MethodLlmReduce
src/include/flock/functions/aggregate/llm_reduce.hpp:10
MethodLlmRerank
src/include/flock/functions/aggregate/llm_rerank.hpp:10
MethodLoad
src/flock_extension.cpp:70
MethodLoadModelDetails
src/model_manager/model.cpp:52
MethodMakeLimit
test/unit/model_manager/usage_limiter_test.cpp:13
MethodMergeAggregateMetrics
src/metrics/metrics.cpp:52
MethodMockProvider
test/unit/functions/mock_provider.hpp:9
MethodModel
src/model_manager/model.cpp:47
MethodModel
src/include/flock/model_manager/model.hpp:30
MethodModelRateLimiter
src/include/flock/model_manager/rate_limiter.hpp:11
MethodModelUsageLimiter
src/include/flock/model_manager/usage_limiter.hpp:11
MethodName
src/flock_extension.cpp:72
FunctionNavbar
()
docs/src/components/navbar/Navbar.tsx:10
MethodOllamaModelManager
src/include/flock/model_manager/providers/handlers/ollama.hpp:12
MethodOllamaProvider
src/include/flock/model_manager/providers/adapters/ollama.hpp:10
MethodOpenAIModelManager
src/include/flock/model_manager/providers/handlers/openai.hpp:11
MethodOpenAIProvider
src/include/flock/model_manager/providers/adapters/openai.hpp:10
MethodOperation
src/functions/scalar/llm_embedding/implementation.cpp:29
MethodOperation
performs RRF (Reciprocal Rank Fusion) to merge lists based on some score. Different entries with the same RRF score are assigned different, consecutiv
src/functions/scalar/fusion_rrf/implementation.cpp:7
MethodOperation
performs CombSUM to merge lists based on a calculated score.
src/functions/scalar/fusion_combsum/implementation.cpp:6
MethodOperation
src/functions/scalar/llm_complete/implementation.cpp:37
MethodOperation
performs CombMNZ to merge lists based on a calculated score.
src/functions/scalar/fusion_combmnz/implementation.cpp:6
MethodOperation
src/functions/scalar/llm_filter/implementation.cpp:35
MethodOperation
performs CombMED to merge lists based on a calculated score.
src/functions/scalar/fusion_combmed/implementation.cpp:6
MethodOperation
performs CombANZ to merge lists based on a calculated score.
src/functions/scalar/fusion_combanz/implementation.cpp:6
MethodOperation
src/include/flock/functions/aggregate/llm_first_or_last.hpp:25
MethodOperation
src/include/flock/functions/aggregate/aggregate.hpp:86
MethodOperation
src/include/flock/functions/aggregate/llm_reduce.hpp:24
MethodOperation
src/include/flock/functions/aggregate/llm_rerank.hpp:24
MethodParse
src/custom_parser/query/prompt_parser.cpp:12
MethodParseCreateModel
src/custom_parser/query/model_parser.cpp:138
MethodParseCreatePrompt
src/custom_parser/query/prompt_parser.cpp:34
MethodParseDeleteModel
src/custom_parser/query/model_parser.cpp:225
MethodParseDeletePrompt
src/custom_parser/query/prompt_parser.cpp:90
MethodParseGetModel
src/custom_parser/query/model_parser.cpp:352
MethodParseGetPrompt
src/custom_parser/query/prompt_parser.cpp:186
MethodParsePromptOrModel
src/custom_parser/query_parser.cpp:113
MethodParseUpdateModel
src/custom_parser/query/model_parser.cpp:248
MethodParseUpdatePrompt
src/custom_parser/query/prompt_parser.cpp:113
MethodPrepareExpectedResponseForBatch
test/unit/functions/aggregate/llm_rerank.cpp:28
MethodPrepareExpectedResponseForBatch
test/unit/functions/aggregate/llm_reduce_json.cpp:26
MethodPrepareExpectedResponseForBatch
test/unit/functions/aggregate/llm_last.cpp:27
MethodPrepareExpectedResponseForBatch
test/unit/functions/aggregate/llm_reduce.cpp:26
MethodPrepareExpectedResponseForBatch
test/unit/functions/aggregate/llm_first.cpp:27
MethodPrepareExpectedResponseForBatch
test/unit/functions/scalar/llm_embedding.cpp:25
MethodPrepareExpectedResponseForBatch
test/unit/functions/scalar/llm_filter.cpp:23
← previousnext →301–400 of 864, ranked by callers