microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
20.45k stars 2.96k forks source link

Python: Cog Search connector is looking for index properties with Title-cased names #6565

Open pjirsa opened 1 month ago

pjirsa commented 1 month ago

Describe the bug They python cog search connector is using title-cased index property names, but the indexes created by kernel memory service are all lower-case.

To Reproduce Steps to reproduce the behavior:

  1. Run python getting-started example 6

Expected behavior Should either not care about casing or should be consistent with generated index property names.

Screenshots image

alliscode commented 3 weeks ago

@TaoChenOSU would you please take a look at this one. Thanks.