mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 19:51:02 +02:00
Testing embeedings
This commit is contained in:
parent
44e14dff8b
commit
f7437cf72d
8 changed files with 1923 additions and 0 deletions
10
tests/unit/test_embeddings/__init__.py
Normal file
10
tests/unit/test_embeddings/__init__.py
Normal 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
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue