Priority
P2-High
OS type
Ubuntu
Hardware type
Xeon-GNR
Installation method
Deploy method
Running nodes
Single Node
What's the version?
6e30a85
Description
In dataprep comp, /get API return file name and id with "rag-redis_" appended on actual file name.
However, in /delete API, the returned id from /get cannot be directly used in "file_path" param as it will get appended with another "rag-redis_" prefix causing 404 error.
This inconsistency requires user to manually filter out the prefix of file name/id from /get API to use for /delete API "file_path" param.
Reproduce steps
following the steps as mentioned in https://github.com/opea-project/GenAIComps/blob/main/comps/dataprep/src/README_redis.md
Raw log
Attachments

Priority
P2-High
OS type
Ubuntu
Hardware type
Xeon-GNR
Installation method
Deploy method
Running nodes
Single Node
What's the version?
6e30a85
Description
In dataprep comp, /get API return file name and id with "rag-redis_" appended on actual file name.
However, in /delete API, the returned id from /get cannot be directly used in "file_path" param as it will get appended with another "rag-redis_" prefix causing 404 error.
This inconsistency requires user to manually filter out the prefix of file name/id from /get API to use for /delete API "file_path" param.
Reproduce steps
following the steps as mentioned in https://github.com/opea-project/GenAIComps/blob/main/comps/dataprep/src/README_redis.md
Raw log
Attachments