Hi all,
I'm testing deeply the knowledge base functionnality (not the file) .
This is my Setup : The file I use with my knowledge base is really simple so I can test
# Prestations
- Plomberie
- Chauffage
~
# Zone d'intervention
- Bordeaux
- Pessac
- Mérignac
~
Here my payload to create the KB
{
"provider": "trieve",
"vectorStoreSearchPlan": {
"searchType": "hybrid",
"removeStopWords": true
},
"vectorStoreCreatePlan": {
"fileIds": [
"a6a2b253-e999-43fb-917e-4fe4d8de8180"
],
"targetSplitsPerChunk": 1,
"splitDelimiters": [
"~"
]
},
"name": "a6a2b253-e999-43fb-917e-4fe4d8de8180"
}
🛑 If I ask first if locksmith is the service list, the assistant say no, if I ask secondly if they work in Paris, the assistant says yes and start to hallucinate
🛑 If I ask first if they work in Paris, the assistant says no, if locksmith is the service list, the assistant says yes and start to hallucinate
It's like the assistant was reading the KB only for the first question 🤔
✅ If I try with the file attached to my assistant directly without the knowledge base, the assistant can answer correctly to my 2 questions.
Am I doing something wrong ?