kyma-project / kyma-companion

A tool that brings AI to Kyma
Apache License 2.0
2 stars 11 forks source link

Bug: RediSearch is missing redis instance used for eval #173

Open friedrichwilken opened 2 hours ago

friedrichwilken commented 2 hours ago

Description Our evaluations tests fail with

failed to call initialize conversation endpoint. failed to get response (status: 500). Response: {"detail":"unknown command 'FT.INFO', with args beginning with: 'idx:chat_history' "}

This indicates that the Search feature is missing in the Redis instance, we use in our test. The feature is utilized by RedisChatMessageHistory via langchain_redis.

Attachments:

Stack Overflow Redis Docs

Steps to reproduce

Run GH action for evaluation tests.

Troubleshooting

mfaizanse commented 2 hours ago

We should also make the job to be RED when it fails. here.