Lorenzo Balzani
Lorenzo Balzani
How to reproduce the problem --------- ```bash [36;1mOperations to perform:[0m [1m Apply all migrations: [0madmin, api, auth, authtoken, auto_labeling, contenttypes, django_celery_results, django_drf_filepond, examples, label_types, labels, projects, roles, sessions [36;1mRunning migrations:[0m...
# Description I solved [this issue](https://learn.microsoft.com/en-us/answers/questions/173628/bing-search-api-returns-the-resource-not-found-err). I just changed `url = self._client.format_url(url, **path_format_arguments)` to `url = path_format_arguments['Endpoint']` and the problem has been resolved. # All SDK Contribution checklist: - [X]...
### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request Critical (currently preventing...
## Contributing to bug fixes - Fill out the template below - The pull request should only fix existing bug reports - The pull request should comply with these points...
### Describe the bug When an evaluation process is triggered after `frequency` epochs (a parameter of `EarlyStopper`), the `tqdm` progress bar is intentionally not displayed. I believe this could be...
### System Info - `transformers` version: 4.35.2 - Platform: Linux-5.15.120+-x86_64-with-glibc2.35 - Python version: 3.10.12 - Huggingface_hub version: 0.19.4 - Safetensors version: 0.4.1 - Accelerate version: 0.25.0 - Accelerate config: not...
I'm interested in incorporating a callback function, complete with its corresponding `kwargs`, to be triggered upon a change in value. Once this feature gets merged, do you have intentions to...
### Before opening, please confirm: - [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md). - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-hosting/issues?q=is%3Aissue+)....
**Bug Description** An error occurred: **To Reproduce** ```python from trulens.apps.langchain import TruChain from langchain_community.vectorstores import Qdrant def invoke_conversational_llm(self, user_input, prompt_str, chat_history=None, rag_top_k=4, temperature=0, deployment_name=None, rag_score_threshold=0.5): """ Invoke the conversational language...
**Bug Description** A strange error while using the library. **To Reproduce** Prerequisites: * create anv `.env` file following the template: ```toml AZURE_OPENAI_ENDPOINT = "TODO" AZURE_OPENAI_API_KEY = "TODO" OPENAI_API_VERSION = "2024-02-01"...