[GH-ISSUE #2586] [FEAT]: add a bulk pin feature to select multiple documents at once #1675

Closed
opened 2026-02-22 18:25:59 -05:00 by yindo · 1 comment
Owner

Originally created by @xianghappy on GitHub (Nov 4, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2586

What would you like to see?

"Can you add a bulk pin feature to select multiple documents at once?"
1730778262831

Originally created by @xianghappy on GitHub (Nov 4, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2586 ### What would you like to see? "Can you add a bulk pin feature to select multiple documents at once?" ![1730778262831](https://github.com/user-attachments/assets/acde42e1-ec09-4b2b-a07a-c1125f107e86)
yindo added the enhancementwontfixfeature request labels 2026-02-22 18:25:59 -05:00
yindo closed this issue 2026-02-22 18:26:00 -05:00
Author
Owner

@timothycarambat commented on GitHub (Nov 5, 2024):

This is being marked as wontfix as this is intentional. Document pinning is very helpful since it does full document comprehension. However, Document pinning is also a horrible idea for a large number of documents as one or all of the following will occur:

  • Your model context size is not big enough for all of the full documents, so they get truncated anyway so the chat completion can complete at least - omitting documents anyway.

  • Your model context can fit the documents, but you are burning so many tokens forcing so many useless tokens into the context - resulting in longer inference times and higher costs (if applicable)

  • This defeats the purpose of RAG, making citations extraneous if you pin everything. This makes knowing what citations were used nearly impossible.

Simply, document pinning is a solution for some use-cases, which is why it is supported since it can be very handy, but something is wrong if you are trying to pin every document - so the UX is to make it deliberate to discourage this

@timothycarambat commented on GitHub (Nov 5, 2024): This is being marked as `wontfix` as this is _intentional_. Document pinning is very helpful since it does _full document comprehension_. However, Document pinning is also a horrible idea for a large number of documents as one or all of the following will occur: - Your model context size is not big enough for all of the full documents, so they get truncated anyway so the chat completion can complete at least - omitting documents anyway. - Your model context can fit the documents, but you are burning so many tokens forcing so many useless tokens into the context - resulting in longer inference times and higher costs (if applicable) - This defeats the purpose of RAG, making citations extraneous if you pin everything. This makes knowing what citations were used nearly impossible. Simply, document pinning is a solution for some use-cases, which is why it is supported since it can be very handy, but something is wrong if you are trying to pin every document - so the UX is to make it deliberate to discourage this
yindo changed title from [FEAT]: add a bulk pin feature to select multiple documents at once to [GH-ISSUE #2586] [FEAT]: add a bulk pin feature to select multiple documents at once 2026-06-05 14:42:05 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1675