Implementation Issue-https://arxiv.org/abs/2408.11061.(StructuredRAG: JSON Response Formatting with Large Language Models)

Recently I have gone through the weaviate research publication https://arxiv.org/abs/2408.11061.(StructuredRAG: JSON Response Formatting with Large Language Models)

I would like to execute StructuredRAG with the help of structured-rag/notebooks/StructuredRAG_Experimental_Visualization.ipynb at main · weaviate/structured-rag · GitHub
But I didnt find “aggregated_results.csv” file. Could you please help me out with the same?
Regards,
Haroon

1 Like

hi @haroondsai !!

Welcome to our community :hugs: !

Thanks for reporting this. I have warned our team about this.

Thanks!

1 Like

Thanks both! We have re-organized how experiments are run,

We now have an Experiment model in our tests/models.py file – this is the schema for the results in the JSONs. They are then visualized with the code in tests/visualize.py.

If you have further questions @haroondsai please feel free to ping us here or our chat on LinkedIn. Also please feel free to open an issue on the StructuredRAG repo if necessary!

1 Like