-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
pythonPull requests for the Python Semantic KernelPull requests for the Python Semantic Kernel
Description
Hi team 👋 ,
I'm integrating Semantic Kernel into a Python project that involves multi-threaded environments (e.g., FastAPI server, background workers). I need to know if the following components are thread-safe and suitable to be shared across threads:
semantic_kernel.Kernel
- Chat services (e.g.,
OpenAIChatCompletion
,AzureChatCompletion
) - Any related memory/planner/skill components
I couldn't find definitive info in the docs or issues. Any clarification or best practice guidance would be appreciated.
Thanks!
Metadata
Metadata
Assignees
Labels
pythonPull requests for the Python Semantic KernelPull requests for the Python Semantic Kernel