Ivan Zakutnii
Results
2
issues of
Ivan Zakutnii
## Summary of Changes 1. Fixed the import of psycopg2 by moving it from the PostgresIndex class definition to the module level with proper TYPE_CHECKING guards 2. Removed redundant import...
The `PostgresIndex` implementation in semantic-router has an import issue with psycopg2 that prevents it from working correctly. The current implementation attempts to import psycopg2 at class constructor time rather than...