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
yangdx
a69194c079
Merge branch 'main' into add-Memgraph-graph-db
2025-07-04 23:53:07 +08:00
yangdx
f15e67c82c
Update comments
2025-06-29 21:53:05 +08:00
DavIvek
c0a3638d01
fix memgraph_impl.py according to test_graph_storage.py
2025-06-27 15:35:20 +02:00
Ken Chen
a3865caaea
Implement get_nodes_by_chunk_ids and get_edges_by_chunk_ids,
2025-06-25 22:17:17 +08:00
yangdx
e9dcac7caf
Update graph db test
2025-04-17 23:09:01 +08:00
yangdx
09cca6dbe6
Update graph db unit test
2025-04-17 22:58:49 +08:00
yangdx
54f720cb27
Fix linting
2025-04-16 14:55:54 +08:00
yangdx
d370c0ae12
Fix graph unit test edge direction problem
2025-04-16 14:33:25 +08:00
yangdx
2a950f3ff9
Fix linting
2025-04-16 14:07:22 +08:00
yangdx
e6b2a035ea
Update graph unit test
2025-04-16 14:06:05 +08:00
yangdx
1de74c9228
Fix linting
2025-04-15 12:34:04 +08:00
yangdx
262c93d8da
Add batch query unit test for grap storage
2025-04-13 01:07:39 +08:00
yangdx
394a6063ba
Fix linting
2025-04-04 03:41:05 +08:00
yangdx
99cce237df
Add graph storage unit test
2025-04-04 03:40:46 +08:00
Yannick Stephan
55cd900e8e
clean comments and unused libs
2025-02-18 21:12:06 +01:00