Aadarsh Bhalerao
Aadarsh Bhalerao
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...
Hello! After the input rail, when the library runs the ```generate_user_intent```, is there a way to stop further finding ```generate_next_step``` and ```generate_bot_message```. As we have a seprate OpenAI model dedicated...
Hello! I have a general question. With the documentation of nemoguardrails available online I understand the setup and working of guardrails. My question is I just want to use guardrails...
Hello, I am running a function to run only the self_check_output function ``` prompt = "This is a difficult project" messages = [ {"role": "user", "content": "Explain the project in...
Hi i am trying to setup the output guard rail only as per the instructions mentioned in this link https://docs.nvidia.com/nemo/guardrails/user_guides/advanced/generation-options.html#output-rails-only My function is: ``` # sample user input async def...
I am running this ``` app = Celery( 'applicationB', broker=f'redis://:{redis_password}@{host}:{port}/0', backend=f'redis://:{redis_password}@{host}:{port}/0' ) # Define the queues in Redis app.conf.task_queues = { 'task_queue': { 'exchange': 'tasks', 'routing_key': 'task_queue' } } app.conf.broker_transport_options...
For now if I try to run flower, it works the way it is supposed to buy it also provide options such as to shutdown a worker or disable listening...
# Checklist - [x] I have verified that the issue exists against the `main` branch of Celery. - [ ] This has already been asked to the [discussions forum](https://github.com/celery/celery/discussions) first....
I am using celery's 5.2.7 version, these are the details ``` software -> celery:5.2.7 (dawn-chorus) kombu:5.4.2 py:3.11.11 billiard:3.6.4.0 redis:5.0.8 platform -> system:Linux arch:64bit kernel version:3.10.0-1160.71.1.el7.x86_64 imp:CPython loader -> celery.loaders.app.AppLoader settings...