Hi everyone,
I am relating a question, which couldnt been answered at all and I am pretty stuck trying to solve this issue. As I am trying to find a way to get the name of a vector store file name
I am trying to write a chatbot for a mediawiki as my first project and I got my first accomplishments by being able to use uploaded files, that i saved in a vector store and using the assistants API to get pretty good answers so far!
My chatbot shall be able to answer questions based on the uploaded files, write new articles when the user asks him to and edit existing files. As been mentioned above, I already accomplished creating files by title and content and reading files through the file_search function, but when it comes to editing files, I am trying to delete the old ones and create new ones, which is working except deleting the old ones.
I would love to access the name of the file in the vector store, but cant find a way how to, because in the documentation there is no response for a given vector store file name, only for the id. But I cant find a good way to connect the id and the file name (which doesnt exist on the openAI side) and to be honest its driving me crazy! How isnt there a response for a given vector store file name? Shouldnt this be the first thing to add?
So I tried to create a new vector store, where I overwrite the file_id by giving its title to it, but when a file is uploaded into the vector store, the file id gets overwritten by openaiâŚ
I hope my question is somewhat understandable as english is not my motherlanguage
Thanks for any help