Evan Schultz

Results 6 issues of Evan Schultz

# Add Test Coverage and Expand Test Suite ## Context I've noticed that the tests folder is currently minimal, and I'd like to help improve test coverage. Adding tests would:...

## Summary: This PR focuses on streamlining our test suite and ensuring better consistency across test directories. Key Changes: - Moved the Anthropic integration test to the LLM client directory...

## Anthropic client cleanup - Renamed TestLLMClient to MockLLMClient to eliminate pytest warning - Moved Anthropic integration tests to llm_client directory - Added ANTHROPIC_API_KEY to .env.example - Removed temporary debug...

# Add Tests for Embedder Implementations ## Changes - Added test suite for OpenAI, Gemini, and VoyageAI embedder implementations - Created test fixtures to generate mock embedding values - Implemented...

## Overview This is a proposal to extend Graphiti by adding flexible metadata. The extension would enable developers to define custom metadata schemas for nodes and edges, supporting diverse use...

## Overview The project currently supports OpenAI, Gemini, and Voyage embedders, all of which require API keys and incur usage costs. This issue proposes adding support for local Hugging Face...