vector-io
vector-io copied to clipboard
Kdbai v1.4
Update KDB.AI Integration and CLI Enhancements
- Purpose: Improve KDB.AI client integration and enhance command-line interface for exporting and importing data.
- Key Changes:
- Updated
kdbai-clientdependency to version 1.4.0. - Added new command-line arguments for specifying KDB.AI endpoint and API key.
- Refactored data export and import methods to use a database session instead of a direct endpoint.
- Enhanced error handling and user prompts for missing parameters.
- Updated Jupyter notebook to reflect changes in CLI commands and data structure.
- Updated
- Impact: These changes streamline the user experience and improve the robustness of KDB.AI data operations.
✨ Generated with love by Kaizen ❤️
Original Description
# Update KDB.AI Client and Improve Import/Export Functionality- **Purpose: ** Update the KDB.AI client library and enhance the import/export functionality for the VDF (Vector Data Format) IO module.
- Key Changes:
- Upgraded the
kdbai-clientdependency to version 1.4.0 or higher. - Improved the
ExportKDBAIandImportKDBAIclasses to handle various data types and provide a more robust import/export experience. - Added support for additional index types (QFLAT, QHNSW) in the
ImportKDBAIclass. - Streamlined the argument handling and user input prompts in both the export and import modules.
- Optimized the data insertion process in the
ImportKDBAIclass to handle larger datasets more efficiently.
- Upgraded the
- **Impact: ** These changes will improve the reliability and usability of the VDF IO module when interacting with KDB.AI cloud or server instances. Users can now export and import a wider range of data types and index configurations, leading to a more seamless integration with KDB.AI.
✨ Generated with love by Kaizen ❤️
Original Description
# Update KDB.AI Client and Improve Import/Export Workflows- ****Purpose: ** ** Update the KDB.AI client library, simplify the import/export workflows, and enhance the overall functionality.
- Key Changes:
- Upgraded the KDB.AI client library to the latest version (>=1.4.0).
- Simplified the argument parsing for KDB.AI endpoint and API key, allowing environment variables or user input.
- Improved the table schema handling during import, supporting a wider range of data types.
- Removed the
max_num_rowslimit and batch size handling, allowing full data import. - Streamlined the import and export processes, reducing complexity and improving reliability.
- ****Impact: ** ** The changes improve the overall user experience and reliability of the KDB.AI integration, making it easier to import and export data to/from the KDB.AI platform.
✨ Generated with love by Kaizen ❤️
Original Description
# Update KDB.AI Integration- ******Purpose: ** ** ** Enhance the KDB.AI integration by updating dependencies and improving argument handling.
- Key Changes:
- Updated
kdbai-clientdependency to version>=1.4.0. - Added new command-line arguments for
kdbai_endpoint,kdbai_api_key, andtables_namesinkdbai_export.py. - Refactored argument handling to check for
Nonevalues and prompt for input if necessary. - Improved table schema definition and data insertion logic in
kdbai_import.py. - Enhanced Jupyter notebook documentation for clarity on connecting to KDB.AI.
- Updated
- ******Impact: ** ** ** These changes streamline the integration process and improve usability for developers working with KDB.AI.
✨ Generated with love by Kaizen ❤️