Mintplex-Labs / anything-llm

The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.
https://anythingllm.com
MIT License
27.45k stars 2.76k forks source link

[BUG]: citations dont reflect the prompt #2671

Closed morbificagent closed 14 hours ago

morbificagent commented 14 hours ago

How are you running AnythingLLM?

Docker (remote machine)

What happened?

If i use the Prompt "firewall" it should be used for the SimilaritySearch i think... which are reflected in the citations right?

But the citations are showing: ... Standort Gebäude Speed Anbieter Gerät Bemerkung Dortmund „Frische Luft“ LoadBalancing Lancom (1) Haupt-Router Dortmund „Frische Luft“ 250 / 40 Telekom Lancom (2) VPN gemischt Dortmund „Lonnenhohl“ 100 / 100 Plusnet (QSC) Richtfunk VPN gemischtSpezifikation: EDV Handbuch Infrastruktur ... with a score of 32% match

But why? There isnt the word "firewall" in it... so it should reach 0% instead of 32 right? Or do i missunderstand something here?

Are there known steps to reproduce?

No response

morbificagent commented 14 hours ago

OK, i think i should have read how the SimilaritySearch in vectordatabases is working... sorry