Testing embeedings

This commit is contained in:
Cyber MacGeddon 2025-07-14 15:55:12 +01:00
parent 44e14dff8b
commit f7437cf72d
8 changed files with 1923 additions and 0 deletions

View file

@ -0,0 +1,10 @@
"""
Unit tests for embeddings services
Testing Strategy:
- Mock external embedding libraries (FastEmbed, Ollama client)
- Test core business logic for text embedding generation
- Test error handling and edge cases
- Test vector dimension consistency
- Test batch processing logic
"""