Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index metadata does not change after add_to_index or delete_from_index #192

Open
newmanar opened this issue Apr 10, 2024 · 0 comments
Open

Comments

@newmanar
Copy link

After I built an index, I thought I was being clever by reading in docid_metadata_map.json to be able to review metadata and select documents I want to work with. However, when adding (add_to_index) or removing (delete_from_index) from the index, it appears that while the operations seem successful, the docid_metadata_map.json and pid_docid_map.json files are not updated.

Is this expected behavior? I'd think we'd want to have those files updated to allow for effective metadata management.

Thanks for any insights.

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

No branches or pull requests

1 participant