In both playground and from a .py file im calling an assistant with an associated vector store, it gives me the correct description properties of my query, however when i ask it for the id of that record that is found in the json files in the vector store that contain my embeddings, it repetively gives me a wrong id, i specifically placed ids from my relational database as the id in the embeddings json files. however the id i receive is a real id in my sql database