You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add metadata support for documents
Add metadata column to pgvector storage to allow associating additional
information with stored documents. This enables tracking metadata like
source documents, page numbers, or any other document-specific information.
- Add JSONB metadata column to schema
- Update add_texts to support metadata parameter
- Update update_texts to support metadata parameter
- Add metadata support to similarity search results
- Add tests for metadata functionality
BREAKING CHANGE: Schema update requires existing tables to be recreated
or manually altered to add metadata column
* Update CHANGELOG
---------
Co-authored-by: Andrei Bondarev <[email protected]>
0 commit comments