Chase McDougall

Results 16 issues of Chase McDougall

Following the documentation I am able to build an index using `Artwork.update_ngram_index`; however, some of the datasets I wish to query require the disablement of timeout. ``` Artwork.update_ngram_index(timeout: false) ```...

bug?

I am interested in making use of Prompt serialization in order to allow for more modular use of models / chains. I noticed when partial variables were initially added in...

Context can be found in [this issue](https://github.com/hwchase17/langchain/issues/3735) - https://github.com/hwchase17/langchain/issues/3735

needs test

I am currently working with SequentialChains with the goal to moderate input using the OpenAI moderation endpoint. ie: ``` # Pseudo Code SequentialChain(chains=[OpenAIModerationChain(), ConversationChain()]) ``` From what I can tell...

Context in [this issue](https://github.com/hwchase17/langchain/issues/4116) - https://github.com/hwchase17/langchain/issues/4116

### NextUI Version 2.2.9 ### Describe the bug When following the [controlled accordion example](https://nextui.org/docs/components/accordion#controlled) I am seeing the following error despite the functionality working as expected. ``` Type 'Dispatch' is...

bug

### Description I've been working with Redis for a couple projects, more specifically with Redis Sentinel. I had originally been using the this package, but found it was lacking support...

Documentation
stale

I've been working with Redis for a couple projects, more specifically with Redis Sentinel. I had originally been using the [node-redis](https://github.com/redis/node-redis) package, but found it was lacking support for Sentinel....

### Description enables routing of production endpoints ### Demo URL ### Type of Change - [ ] New Example - [ ] Example updates (Bug fixes, new features, etc.) -...

The same issue mentioned in #795 is present in the [NextJS/Flask template](https://github.com/vercel/examples/tree/main/python/nextjs-flask) ``` [ERROR] Runtime.ImportModuleError: Unable to import module 'vc__handler__python': cannot import name 'url_quote' from 'werkzeug.urls' (/var/task/werkzeug/urls.py) Traceback (most recent...