[GH-ISSUE #2580] [FEAT]: What is the Retrival Rule of AnythingLLM #1672

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

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

What is the Retrival Rule of AnythingLLM and where I can see it?

What is the Retrival Rule of AnythingLLM and where I can see it?
I want to use another way to realize retriving in the process of RAG. Can I change the retrival rule of Anythingllm into my rule.
How can I change it if I can.

Originally created by @zu0feng on GitHub (Nov 4, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2580 ### What is the Retrival Rule of AnythingLLM and where I can see it? What is the Retrival Rule of AnythingLLM and where I can see it? I want to use another way to realize retriving in the process of RAG. Can I change the retrival rule of Anythingllm into my rule. How can I change it if I can.
yindo added the enhancementfeature request labels 2026-02-22 18:25:59 -05:00
yindo closed this issue 2026-02-22 18:25:59 -05:00
Author
Owner

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

It is similaritySearch and as long as the provider has options for others you can change that function and its params as needed

@timothycarambat commented on GitHub (Nov 4, 2024): It is [similaritySearch ](https://github.com/Mintplex-Labs/anything-llm/blob/0bb47619dcdbbfc6af8a1c0e9a8b4e3d1b6f99bb/server/utils/vectorDbProviders/lance/index.js#L70) and as long as the provider has options for others you can change that function and its params as needed
yindo changed title from [FEAT]: What is the Retrival Rule of AnythingLLM to [GH-ISSUE #2580] [FEAT]: What is the Retrival Rule of AnythingLLM 2026-06-05 14:42:04 -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#1672