LightRAG/tests
avchauzov 414d47d12a fix(server): Resolve lambda closure bug in embedding_func
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.
2025-08-30 14:43:33 +02:00
..
test_graph_storage.py Merge branch 'main' into add-Memgraph-graph-db 2025-07-04 23:53:07 +08:00
test_lightrag_ollama_chat.py clean comments and unused libs 2025-02-18 21:12:06 +01:00
test_server_embedding_logic.py fix(server): Resolve lambda closure bug in embedding_func 2025-08-30 14:43:33 +02:00