Ashish Patel

Results 10 issues of Ashish Patel

ImportError: cannot import name 'imsave' --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in ----> 1 from scipy.misc import imsave 2 from quiver_engine.server import launch 3 4 5 launch(model=model, input_folder='./img',port=7000) ImportError:...

If you are facing this error. Try to use this solution ```python tf.keras.layers.Concatenate(axis=-1, **kwargs) ```

This is one of the finest work i have found thanks for sharing this amazing repo.

### Installation check - [X] I have read the [installation guide](https://docs.mlrun.org/en/latest/install.html). ### Installation OS Windows ### Installation Method CloudFormation ### Kubernetes Cluster Type N/A - Docker ### MLRun CE Version...

```python from langchain.vectorstores import ElasticVectorSearch index_name = "book_wookieepedia_small" db = ElasticVectorSearch(embedding=hf, elasticsearch_url=es_url, index_name=index_name) ``` Error ```bash ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ /usr/local/lib/python3.10/dist-packages/langchain/vectorstores/elastic_vector_search.py:129 in │ │ __init__ │...

## Summary This pull request addresses several issues to improve the robustness and documentation of the `audio.py` file. ### Changes 1. **Error Handling**: - Added a try-except block in the...

I was playing with this and found extra parameter is not working my colab version of testing : https://colab.research.google.com/drive/1TwzPmlFoLl0R0ARYdLmApruBwTQRCeKg#scrollTo=615929e3

Reverts ashishpatel26/500-AI-Agents-Projects#31

## Summary - add ISSUES.md capturing follow-up maintenance tasks for typos, bugs, documentation, and tests - describe concrete fixes needed for the calendar tutorial, retrieval helper, and news agent app...

codex