It can only see part of my database, how do I fix it? #3666
Unanswered
lilskippyy
asked this question in
Q&A
Replies: 1 comment 1 reply
-
When you define the vector store there are an property called Top K. In this property you define the number of registries will be retrived. By default Top k = 4. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. Actually, that happens to other rag apps i tried , so not a Flowise issue I think.
For example, when I create a database with a csv file with a few hundred entries, when asking the LLM for any type analysis it always says it can only see 3 or 4 entries.
It's probably some setting I don't know, or maybe its my system that is not good enough?
I have 8gb of vram, and using ollama with llama3.2-vison.
Any tips to help me solve that are welcome . Thank you all so much!
Beta Was this translation helpful? Give feedback.
All reactions