The rag.py, test_rag.py (and generation.py) scripts are written with a hard-coded collection_name='ipcc-collection', which matches and works for now (as long as nothing is being changed). Yet, it isn't correct that every newly created database gets the same collection name if it is not indeed the ipcc collection. Therefore, this needs to be fixed. In that regard, the general_db has to be recreated and updated in Swiftbrowser with a new collection name.
The
rag.py,test_rag.py(andgeneration.py) scripts are written with a hard-codedcollection_name='ipcc-collection', which matches and works for now (as long as nothing is being changed). Yet, it isn't correct that every newly created database gets the same collection name if it is not indeed the ipcc collection. Therefore, this needs to be fixed. In that regard, the general_db has to be recreated and updated in Swiftbrowser with a new collection name.