[GH-ISSUE #1576] [FEAT]: Pin citations #1021

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

Originally created by @BenjaminStular on GitHub (May 30, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1576

What would you like to see?

First, THANK YOU Timothy & team for opening the world of local RAG to us mere mortals, a.k.a. non-developers.
Similarly, AnythingLLM could easily be used as a vectorDB client with a simple additional feature: to pin / permanently display the citations which are in fact the vectorDB search results.
There might even be a use case for suppressing the generation of the answer (to save the tokens) because the user might only be interested in searching the vectorDB.

Cheers
Benjamin

Originally created by @BenjaminStular on GitHub (May 30, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1576 ### What would you like to see? First, THANK YOU Timothy & team for opening the world of local RAG to us mere mortals, a.k.a. non-developers. Similarly, AnythingLLM could easily be used as a vectorDB client with a simple additional feature: to pin / permanently display the citations which are in fact the vectorDB search results. There might even be a use case for suppressing the generation of the answer (to save the tokens) because the user might only be interested in searching the vectorDB. Cheers Benjamin
yindo added the enhancementfeature request labels 2026-02-22 18:22:43 -05:00
yindo closed this issue 2026-02-22 18:22:43 -05:00
Author
Owner

@timothycarambat commented on GitHub (May 31, 2024):

Thank you for the kind words. As for your issue, we have pinning available via the API, but as for using AnythingLLM as basically a "Vector db wrapper" this is something we will be handling via https://github.com/Mintplex-Labs/anything-llm/issues/881 - which would give you the intended output you are looking for once completed :)

@timothycarambat commented on GitHub (May 31, 2024): Thank you for the kind words. As for your issue, we have pinning available via the API, but as for using AnythingLLM as basically a "Vector db wrapper" this is something we will be handling via https://github.com/Mintplex-Labs/anything-llm/issues/881 - which would give you the intended output you are looking for once completed :)
yindo changed title from [FEAT]: Pin citations to [GH-ISSUE #1576] [FEAT]: Pin citations 2026-06-05 14:38:31 -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#1021