#Assistants API V2 Issues
1 messages · Page 1 of 1 (latest)
Issue 1 - Unable to Upload Files to the new VectorDB - There is a disclaimer, but it is confusingly placed and not very obvious
Given that this is placeholder functionality, this is only an issue if it makes it into the full 0.7.3 release - if it does, my only request is to somehow make it more visually obvious that it's a functionality disclaimer, not a misc tooltip.
Issue 2 - Retrieval Citation formatting isn't working (Maybe not an AssistantsV2 issue, but something else)
Formatting currently looks like the attached image - librechat-retrieval-citation.png. It should instead replace instances of 【4:4†source】with a proper integer reference to a source. All of which collect at the bottom.
In the developer playground it looks like image and each reference expands when hovered over - openai-playground-citation.png.
I have issues with how it's renderred here, but it's a bit better than what Librechat is currently doing.
this works when the attached file(s) is known. what you're seeing is how OpenAI formats annotations by default, which they expect the developer to parse based on the document metadata.
We don't have it for files that were not added via librechat, but it's part of the plan to handle that, more on this in a bit
You can actually attach files on a thread level, but you can't add/manage vector stores and vector files
it's part of my plan to support the rag system native to the project as well as bring full management to OpenAI vector stores and vector store files. I've actually put in a lot of hours towards this already, but it's not a 1-week project. This requires so much on the development side in order to not deliver a completely half-baked version of it
In my opinion, it's worth putting in the work, but at this point I'm not sure if I will get it done before I cut another release (v0.7.3). I'm trying to manage it along with other features I will get in sooner, like STT/TTS
This is why the V2 support issue is still open: https://github.com/danny-avila/LibreChat/issues/2490