- 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.
- Updated SearchResponse to return results with 'id' instead of '_id'.
- Introduced new endpoint /api/talk/{talk_id} to fetch individual talk documents.
- Enhanced TalkHit schema to use 'id' as the field name with an alias for '_id'.
- Cleaned up debug print statements in search function for clarity.