- Created a template for providers.yaml to define API providers and models.
- Added a new providers.yaml file with initial provider configurations.
- Implemented fix_things.py to update chunk documents in ArangoDB.
- Developed make_arango_embeddings.py to generate embeddings for talks and store them in ArangoDB.
- Introduced sync_talks.py to synchronize new speeches from riksdagen.se and process them.
- Added notes.md for documentation on riksdagsgruppen login details.
- Created test_make_arango_embeddings.py for integration testing of embedding generation.
- Implemented test_gpu.py to test image input handling with vLLM.