i want to use integer ids for upserts into my db because I want each of my embedding rows to reference the original document id from another table which is an int. If i just provide the str representation of the id, it will use that consistently so I will not be able to do my referencing.
@Logan M I'm assuming you're the same person that kindly responded to the issue opened on this so let's continue discussion there to avoid duplication : https://github.com/run-llama/llama_index/issues/16579. Just sending this here for anyone else who wants to follow