This commit is contained in:
2025-09-02 04:41:06 +02:00
parent 45eb2b8bc5
commit 793213a834
19 changed files with 955 additions and 805 deletions

View File

@@ -30,7 +30,6 @@ class LLMClient:
Args:
text: Text to get embedding for
model: Optional embedding model to use (overrides backend model)
Returns:
List of float values representing the embedding vector