Update services/streaming_voice_service.py
Browse files
services/streaming_voice_service.py
CHANGED
|
@@ -6,6 +6,7 @@ import time
|
|
| 6 |
import traceback
|
| 7 |
import threading
|
| 8 |
from groq import Groq
|
|
|
|
| 9 |
from typing import Optional, Dict, Any, Callable
|
| 10 |
from config.settings import settings
|
| 11 |
from core.rag_system import EnhancedRAGSystem
|
|
|
|
| 6 |
import traceback
|
| 7 |
import threading
|
| 8 |
from groq import Groq
|
| 9 |
+
import queue
|
| 10 |
from typing import Optional, Dict, Any, Callable
|
| 11 |
from config.settings import settings
|
| 12 |
from core.rag_system import EnhancedRAGSystem
|