Pouyan
Pouyan
I would like to implement the following feature. ### Description: currently the sitemap loader (at `document_laoders.sitemap`) only works if the sitemap URL as web_path is passed directly. I propose adding...
Hello, Implements #3149 . Just in case someone finds it useful. Best, Pi
# Thank you for contributing an eval! ♥️ 🚨 Please make sure your PR follows these guidelines, __failure to follow the guidelines below will result in the PR being closed...
Currently overriding self_check_facts prompt does not work as it uses fact_checking prompt under the hood. ```yaml prompts: - task: self_check_facts content: |- You are given a task to identify if...
This PR fixes the streaming issue introduced with langchain_nvidia_ai_endpoints package. - It creates a patched version of `ChatNVIDIA` based on the version of the `langchain_nvidia_ai_endpoints` package. Two patched versions are...
this PR updates the user_guides to include both Colang 1 and 2 syntax using group tabs. Add tab groups in: - [x] docs/user_guides/advanced/extract-user-provided-values.md - [ ] docs/user_guides/advanced/bot-message-instructions.md
This PR facilitates the migration from both Colang 1.0 and Colang 2.0-alpha to Colang 2.x. It introduces a migration script with the following key features and fixes: - A new...
The changes include the addition of `__getstate__` and `__setstate__` and methods to the `LLMRails` class. These methods are used for pickling and unpickling of the class instance, allowing it to...
This commit introduces a search threshold to the `BasicEmbeddingsIndex` class. This threshold is used to filter the search results based on their distances. The `_filter_results` method is added to perform...
- Added global context variables in guardrails.co. - Implemented flow name validation for Colang 2.x. - Migrated the library to support Colang 2.x.