Closed ogabrielluiz closed 14 hours ago
Comparing fix-aiml-imports
(abbd906) with main
(3e1b22b)
❌ 1
regressions
✅ 14
untouched benchmarks
:warning: Please fix the performance issues or acknowledge them on CodSpeed.
Benchmark | main |
fix-aiml-imports |
Change | |
---|---|---|---|---|
❌ | test_successful_run_with_output_type_any |
257.9 ms | 310.6 ms | -16.95% |
This PR updates the import statements in
aiml_embeddings.py
to correctly reference Pydantic, ensuring compatibility and proper functionality of the code. The previous imports fromlangchain_core.pydantic_v1
have been replaced with direct imports frompydantic
.