Madhavan
Madhavan
**What is the ideal scenario for using this feature?** Performing [multi-row inserts](https://www.cockroachlabs.com/docs/v22.2/insert#insert-multiple-rows-into-an-existing-table) via `jdbc` driver and optionally provide a default number of rows to batch. Example: ``` INSERT INTO users...
**Describe the bug** - Driver used: `CQL` - NB version: `5.17.2-release` A binding to achieve a collection of User-Defined Type (aka UDT) is required. If I've a CQL table structure...
#### [CVE-2023-3635](https://devhub.checkmarx.com/cve-details/CVE-2023-3635/) 7.5 Incorrect Conversion between Numeric Types vulnerability with High severity found Today, when someone adds the milvus Java SDK, a transitive CVE is injected into the project. See...
**Describe the bug** This is the very first time I'm working with Langflow and attempting to install the pre-release version. Below are steps that I performed. Attempting to install `langflow-1.0.0a13`...
**Describe the bug** Running `Langflow v1.0.0a24` version locally on `macOS Sonoma 14.4.1` and hitting the below error. ``` ValueError: Error building vertex Astra DB Search: {"errors":[{"message":"Unknown namespace default_keyspace, you must...
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Issue Today, when someone navigates to https://milvus.io/docs and uses the top left search...
**Describe the bug** When attempting to start langflow post upgrade to `Langflow v1.0.0a29` version, we get: ``` 2024-04-30 12:51:20 - ERROR - code_parser - cannot import name 'DocumentSearchHit' from 'langchain_core.documents'...
**Describe the bug** Currently within the dev branch, we are leveraging deprecated output parsers package from langchain. We need to update to use the community and supported version. **Browser and...
[Feature Request] Provide an automated way to reduce batchSize upon retries during failure scenarios
Today the same batchSize value is being used on retries. It would be helpful to reduce the batchSize automatically on retries during scenarios where we don't have full successful operations.