Yash Paneliya

Results 2 comments of Yash Paneliya

@The24HourClock I think there is a conflict in the name of the field (event-category) in the query and index that you have created. There is '-' in the field name...

I changed the directory path in RunConfig and it worked for me. Give your local directory path. ```python run_config = RunConfig(name="llm", checkpoint_config=checkpoint_config, storage_path=Path('./').resolve()) ```