Pavel Jakovlev

Results 4 issues of Pavel Jakovlev

## Bug Description The BFS edge search returns duplicate relationships where the same edge UUID appears twice but with the source and target node UUIDs swapped. This occurs because the...

bug

## Bug Description The MMR (Maximal Marginal Relevance) reranker in `graphiti_core/search/search_utils.py` produces numpy RuntimeWarning errors during dot product calculations when processing embedding vectors, causing search operations to return empty results....

bug

## Summary The `bfs_max_depth` parameter in BFS search configurations is completely ignored, causing BFS searches to always traverse 1-3 hops regardless of the specified depth limit. ## What I was...

bug

# LLMConfig.max_tokens not respected by OpenAI-based clients ## Bug Description When configuring `max_tokens` in `LLMConfig`, the setting is ignored by OpenAI-based clients (`OpenAIClient` and `AzureOpenAILLMClient`), causing token limit errors even...

bug