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

Feature Request: Convert flat metadata to SQL columns #1

Open
nickmitchko opened this issue May 6, 2024 · 0 comments
Open

Feature Request: Convert flat metadata to SQL columns #1

nickmitchko opened this issue May 6, 2024 · 0 comments

Comments

@nickmitchko
Copy link

Overview of Feature Request

  • Allow llama_index to create Table features from metadata instead of json.dumps and column TEXT
  • INSERTs would insert metadata into their metadata columns
  • SELECTs would query the column if it's passed in instead of querying the JSON. If the column doesn't exist query the metadata column

Required changes

  • Allow adding new columns when creating the store: metadata_
  • Allow querying for metadata via these new columns
  • Allow querying for existing JSON metadata when those columns don't exist
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