Fixes #2023. Resolves an issue where the embedding function would incorrectly fall back to the OpenAI provider if the server's configuration arguments were mutated after initialization. This was caused by a lambda function capturing a reference to the mutable 'args' object instead of capturing the configuration values at creation time. |
||
|---|---|---|
| .. | ||
| test_graph_storage.py | ||
| test_lightrag_ollama_chat.py | ||
| test_server_embedding_logic.py | ||