Changes made: - Updated the batch insert logic to use a dictionary for row values, improving clarity and ensuring compatibility with the database execution method. - Adjusted the insert query construction to utilize named parameters, enhancing readability and maintainability. Impact: - Streamlines the insertion process and reduces potential errors related to parameter binding. Testing: - Functionality remains intact; no new tests required as existing tests cover the insert operations. |
||
|---|---|---|
| .. | ||
| api | ||
| evaluation | ||
| kg | ||
| llm | ||
| tools | ||
| __init__.py | ||
| base.py | ||
| constants.py | ||
| exceptions.py | ||
| lightrag.py | ||
| namespace.py | ||
| operate.py | ||
| prompt.py | ||
| rerank.py | ||
| types.py | ||
| utils.py | ||
| utils_graph.py | ||