Dilyan Marinov

Results 33 issues of Dilyan Marinov

## Overview As part of the shifting focus for VDK, we should research the LLM/RAG space. ## Acceptance criteria 1. Research LLMs/RAG - https://sebastianraschka.com/blog/2023/llm-reading-list.html 3. Do this project https://www.coursera.org/projects/langchain-chat-with-your-data-project 4....

initiative: VDK for Private AI

Placeholder ticket for the CI/CD on-call

## Overview ## Acceptance Criteria

enhancement
area/vdk-core
initiative: VDK Run Logs

## Overview All "-query" cli implementations have been deprecated in favour of the more generic sql-query. https://github.com/vmware/versatile-data-kit/pull/2649 It should be the same for Oracle. Note that this might break the...

enhancement
story

## Overview ## How to reproduce ## Acceptance criteria

bug
initiative: VDK Oracle

## Overview While doing load testing, this error was happening sporadically and failing for 1% of ingestion rows. It might be due to unnecessary commit calls. https://github.com/vmware/versatile-data-kit/blob/main/projects/vdk-plugins/vdk-oracle/src/vdk/plugin/oracle/ingest_to_oracle.py#L164 We probably don't...

bug
initiative: VDK Oracle

## Overview Load testing done here is not the worst case scenario https://github.com/vmware/versatile-data-kit/issues/2907#issuecomment-1823484629 The worst case scenario would be something like this test (variable payload), but on a much larger...

story
initiative: VDK Oracle

## Overview Impala error handling is implemented here https://github.com/vmware/versatile-data-kit/blob/main/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_handler.py#L101 This will potentially become hard to maintain. We should replace it with a pattern like ```python class ErrorHandler: def __init__(self, next:...

enhancement
story

**Describe the bug** UI is unable to display data jobs due to license headers breaking html rendering **Steps To Reproduce** Steps to reproduce the behavior: 1. Connect to CI/CD test...

bug
area/frontend

1. What versions are you using? ``` database version: 19c Free Autonomous Database platform.platform: macOS-13.6.2-arm64-arm-64bit sys.maxsize > 2**32: True platform.python_version: 3.11.7 oracledb.__version__: 2.0.1 ``` 2. Is it an error or...

question