Skip to content

Conversation

@Evenss
Copy link
Member

@Evenss Evenss commented Feb 11, 2026

Summary

Enhance PGVectorConfig for flexible database connection settings

  • Modified PGVectorConfig to allow for alternative environment variable aliases for database connection parameters (user, password, host, port).
  • Improved unit tests for memory listing to support sorting and pagination through a mock list function.

Summary

Enhance PGVectorConfig for flexible database connection settings

  • Modified PGVectorConfig to allow for alternative environment variable aliases for database connection parameters (user, password, host, port).
  • Improved unit tests for memory listing to support sorting and pagination through a mock list function.

Evenss and others added 5 commits February 9, 2026 20:43
- Updated the `list` method in various vector store classes to include optional parameters for filtering, pagination (offset and limit), and sorting (order by and order direction).
- Refactored the `StorageAdapter` class to streamline memory retrieval with the new parameters.
- Modified PGVectorConfig to allow for alternative environment variable aliases for database connection parameters (user, password, host, port).
- Improved unit tests for memory listing to support sorting and pagination through a mock list function.
Copy link
Member

@Teingi Teingi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Teingi Teingi merged commit 0421b1a into oceanbase:0.5.0_dev Feb 11, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants