Preston Rasmussen

Results 5 issues of Preston Rasmussen

> [!IMPORTANT] > Adds evaluation and utility functions for graph building, along with integration test setup. > > - **Evaluation Functionality**: > - Adds `eval_add_episode_results` function in `eval.py` to compare...

> [!IMPORTANT] > Adds batch embedding support for nodes and edges, improving performance by reducing asynchronous calls. > > - **Behavior**: > - Introduces `create_entity_edge_embeddings()` in `edges.py` for batch embedding...

> [!IMPORTANT] > Enhance LLM client configurations by introducing model size handling and updating related functions to support these changes. > > - **LLM Client Enhancements**: > - Introduced `ModelSize`...

## Description This PR updates and runs the Graphiti hotpot QA pipeline. Several updates have been made: 1. `graphiti.search_(query)` is used instead of `graphiti.search(query)` as the latter only returns facts...