Replies: 2 comments
-
Seems I'm able to load the choice from the user prompt, but Qdrant didn't use it. |
Beta Was this translation helpful? Give feedback.
-
Looking at this guide |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As from the title, I have upserted a Qdrant collection with the openai 3-large embeddings of two different txt files, each one with a different "source" metadata (like 15 and 16).
Now I want the user choose which source he want to ask questions to.
So far I have asked the user using the system prompt, memorized the answer in a variable "choice", mapped in the Prompt Values as "chat history", setup in Qdrant search filter the "source" value as "choice".
Seems not to work, due the model didn't get the data. Not sure where I'm wrong in all this setup.
Beta Was this translation helpful? Give feedback.
All reactions