-
-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
621226a
commit 26e3fb0
Showing
2 changed files
with
99 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters