Self Checks
Describe your problem
After i pulled the nightly version of Docker image(2026.1.27),i added meta_fields to documents in the knowledge base.When using the chat with assistant interface for question and answer,i added the metadata_condition parameter.Even though the documents contained the answer to the questions,the assistant did not retrieve any relevant knowledge for the responses.
The parameters are as follows:
meta_fields = {
"doc_type": "common document"
}
"metadata_condition": {
"logic": "and",
"conditions": [
{
"name": "doc_type",
"comparison_operator": "is",
"value": "common document"
}
]
}