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. |
||
|---|---|---|
| .. | ||
| deprecated | ||
| __init__.py | ||
| faiss_impl.py | ||
| json_doc_status_impl.py | ||
| json_kv_impl.py | ||
| memgraph_impl.py | ||
| milvus_impl.py | ||
| mongo_impl.py | ||
| nano_vector_db_impl.py | ||
| neo4j_impl.py | ||
| networkx_impl.py | ||
| postgres_impl.py | ||
| qdrant_impl.py | ||
| redis_impl.py | ||
| shared_storage.py | ||