Commit e73edcd
Move EmbeddingClient into openai.py and remove separate file
- Move EmbeddingClient class and EmbeddingError from embedding_client.py to openai.py
- Update analyzer.py to import EmbeddingClient from openai module
- Delete ai/embedding_client.py (no longer needed)
- All embedding functionality now consolidated in openai.py
- get_embedding_for_text remains in openai.py (can be used for backward compatibility)
Co-authored-by: Mte90 <403283+Mte90@users.noreply.github.com>1 parent 27b5b87 commit e73edcd
3 files changed
+211
-210
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
This file was deleted.
0 commit comments