Edwin Jose
Edwin Jose
Added Custom Gmail Chat loader to load emails using service account token as json string Requesting review: @jordanrfrazier @nicoloboschi
fix: Enhance Create Data and Update/Append Data components with validation and append functionality
- **Create Data Component**: - Added **Text Key Validation** to ensure valid key names. If an invalid key is provided, an error will be raised. - **Update/Append Data Component**: -...
### Bug Description Description: When loading 4 different components with text input (either as input or output), I noticed that the identification is displayed using a dark blue bubble for...
## Description This PR enhances the HuggingFaceInferenceAPIEmbeddings component to improve its functionality, error handling, and support for local/remote inference deployments. ## Key Changes - Updated component display name and description...
- Add get_valid_index_name method to ensure index name is capitalized - Update index_name input with info about capitalization requirement - Implement capitalization check before creating vector store Ref: https://forum.weaviate.io/t/feature-or-bug-first-letter-of-class-name-gets-capitalized/1203
### Added Tests for run_flow_from_json Functionality #### Description This PR introduces new unit tests for the `run_flow_from_json` function to ensure it correctly handles environment variables. The following tests have been...
This pull request introduces the `MultiConditionalRouterComponent`, which enhances the existing `ConditionalRouterComponent` by allowing for the evaluation of multiple conditions against a single input message. #### Differences from ConditionalRouterComponent: - **Multiple...
### Bug Description We are experiencing failures when attempting to use the latest Azure OpenAI API versions released in 2024. Interestingly, the API functions correctly when utilizing any of the...
### Bug Description Amazon BedRock in the Agent Component component works well if the session in the playground is empty with no other chats. But if there are any previous...
### Bug Description When using components with predefined build tools and argument schemas as tools (e.g., SERP API or Retriever), errors are encountered. The components fail to integrate seamlessly with...