Changes
2 changed files (+2/-1)
-
-
@@ -23,3 +23,4 @@ - GUI- Investigate race condition bugs and stress test this more - Detect if `DIRS_TO_INDEX` contains nested dirs - Nvidia support (should be easy using `fastembed-gpu`) - Put result symlinks in `$XDG_RUNTIME_DIR` to avoid cluttering `/tmp`?
-
-
-
@@ -27,7 +27,7 @@ )if "OpenVINOExecutionProvider" in ort.get_available_providers(): # Use Intel GPU print("Using Intel GPU") ort.InferenceSession = CustomInferenceSession text_model = TextEmbedding( model_name="jinaai/jina-clip-v1", providers=["OpenVINOExecutionProvider"]
-