Disable Assistant Citations from Vector Storage

How can I prevent the Assistant from adding citations like 【26:1†data.txt】 at the end of data extracted from the vector storage?

This is what I have tried without too much success:

Focus on providing accurate, concise, and actionable solutions from the vector storage without referencing sources.

There’s another question about this elsewhere. In the message you get back, it has a list of citations. Each one has the text string for that citation. You can iterate that list and replace each of those strings with empty strings. (In our case, we replace these with footnotes, but you don’t have to.)

1 Like