## Muzzammil Shah
An evolving Rasa open source user.

### Issue with Pro CALM installation [Update: Resolved]
[Rasa CALM](https://forum.rasa.com/c/rasa-pro-calm/36) Oct 23, 2024

New Update:
This issue has been resolved in the Rasa Pro version 3.10.6. So you don’t have to follow what I did, just update your rasa   
Rasa Pro developers coming to our rescue like-

### Ollama as embeddings provider
[Rasa CALM](https://forum.rasa.com/c/rasa-pro-calm/36) Oct 16, 2024

Hi, I have a similar query in this. I have experimented well with OpenAI’s API, But now I want to completely move to a self-hosted model.
The issue mentioned above is causing a hiccup. Is there any workaround for this?

### Slots cannot handle type LIST in Rasa Pro CALM?
[Rasa CALM](https://forum.rasa.com/c/rasa-pro-calm/36) Oct 7, 2024

In the documentation [here](/content/docs/rasa-pro/concepts/domain#list-slot/index.html) it says it can only handle lists in custom actions.
But how do I store the multiple values in the first place? I am only provided with the option of storing as dictionaries as said [here](/content/docs/rasa-pro/concepts/domain#any-slot/index.html) by using the any slot?
Example of my use case:

User may provide different location na…

Hi, I’ve been thrown an error that Slot cannot handle the type List in Rasa Pro CALM.
The slot 'location' is used in the step '1_collect_location' of flow id 'tech_flow', but it is a list slot. List slots are currently not supported in flows. You should change it to a text, boolean or float slot in…

### Error in loading flow data and model [Update: Resolved]
[Rasa CALM](https://forum.rasa.com/c/rasa-pro-calm/36) Oct 2, 2024

SOLUTION TO THIS HAS BEEN ADDED [HERE](https://forum.rasa.com/t/issue-with-pro-calm-installation-update-resolved/63654/2)

### Issue with Pro CALM installation [Update: Resolved]
[Rasa CALM](https://forum.rasa.com/c/rasa-pro-calm/36) Oct 2, 2024

SOLUTION:
The issue seems to be occurring while trying to handle emojis, therefore the unicode characters have caused some issues.
To resolve that, have added an additional line where if the emoji is not recognized, replace it with an unknown symbol (like <?>) if _is_ascii(content):
# Req…

### Issue with Pro CALM installation [Update: Resolved]
[Rasa CALM](https://forum.rasa.com/c/rasa-pro-calm/36) Oct 1, 2024

Hi, I have cross-checked my commands and dependencies multiple times. Despite trying various different alternatives it keeps coming back to the same issue.
I still am not able to use or test Rasa Pro CALM properly due to the following error. 
Could someone please explain or help me resolve this…

### Error in loading flow data and model [Update: Resolved]
[Rasa CALM](https://forum.rasa.com/c/rasa-pro-calm/36) Oct 1, 2024

Ohh yes actually, You are exactly right.
This is the entire error message just before the one I’ve pasted above:
PS C:\\Users\\Muzzammil\\Desktop\\rasa-pro-dev\\calm-dev-1> rasa inspect
C:\\Users\\Muzzammil\\Desktop\\rasa-pro-dev\\venv\\lib\\site-packages\\pydantic\\_internal\\_config.py:322: UserWarning: Valid …

### Can Rasa CALM handle image generation if integrated with the right LLM
[Rasa CALM](https://forum.rasa.com/c/rasa-pro-calm/36) Sep 27, 2024  
Hi,  
I was wondering if it is possible for Rasa CALM to handle image generation if integrated with the right LLM. For example: Given the data, I want it to generate an org chart.

### RASA not working with ollama
[Rasa CALM](https://forum.rasa.com/c/rasa-pro-calm/36) Sep 26, 2024
[@Sanjukta.bs](https://forum.rasa.com/u/sanjukta.bs) did you find a workaround of this?

### Local LLM with RASA CALM
[Rasa CALM](https://forum.rasa.com/c/rasa-pro-calm/36) Sep 26, 2024
This is true. Not sure if there has been a solution to this as well.
Do you have any input on this please [@Balowen](https://forum.rasa.com/u/balowen)?

### Rasa init for Rasa Pro CALM seems to be installing the file structure of rasa open source [Resolved]
[Rasa CALM](https://forum.rasa.com/c/rasa-pro-calm/36) Sep 25, 2024
Thank you so much!

### Rasa init for Rasa Pro CALM seems to be installing the file structure of rasa open source [Resolved]
[Rasa CALM](https://forum.rasa.com/c/rasa-pro-calm/36) Sep 24, 2024
Hi, after installing Rasa Pro and successfully adding the license key, when I run rasa init
It creates the file structure of Rasa Open Source.

### Can I use Rasa Pro developer edition without an OpenAI API key?
[Rasa CALM](https://forum.rasa.com/c/rasa-pro-calm/36) Sep 23, 2024
Okay I seem to be getting a similar error as well.
I used ollama, followed the syntax from [Self-Hostel Model server: ollama](/content/docs/rasa-pro/concepts/components/llm-configuration/#self-hosted-model-server/index.html). I had the endpoint running (checked using ollama serve).

### AI-driven approach to my chatbot
[Rasa Open Source](https://forum.rasa.com/c/rasa/8) Sep 2, 2024
Hi [@amn41](https://forum.rasa.com/u/amn41) - thank you so much for taking the time to respond to my query!
I’ve tried to answer all of your above questions as best as I could, please let me know if I should provide any more additional details to resolve my query.

### Earn Developer Badge
[Rasa Certification Workshops](https://forum.rasa.com/c/getting-started-with-rasa/rasa-certification-workshops/27) Aug 20, 2024
Hi [@Emma](https://forum.rasa.com/u/emma)
I have just completed my Rasa Developer Certification and received my certificate via email as well. Could you please let me know how I can add the badge to my profile?
Thank you in advance!

### AI-driven approach to my chatbot
[Rasa Open Source](https://forum.rasa.com/c/rasa/8) Aug 20, 2024
Hey there! I’ve been using Rasa to develop my chatbot for a couple of months now. I am very happy with how it has turned out so far (Special thanks to all those extraordinary community heroes!)
I would like to improve the functionality of the chatbot by integrating some AI functionalities to it, wi…

### Rasa 3.x - Voice Assistant
[Rasa Open Source](https://forum.rasa.com/c/rasa/8) May 6, 2024
Hi community! Has anyone here given a try to implement voice chat functionality in rasa version 3 and above?
I understand there have been certain blogs and sample examples on this, but all of them seem to have been deprecated. Such as this one: [Build an AI voice assistant with Rasa Open Source and …](/content/blog/how-to-build-a-voice-assistant-with-open-source-rasa-and-mozilla-tools/index.html)

### From cryptography.hazmat.bindings._rust import ( ImportError: DLL load failed while importing _rust: The specified procedure could not be found
[Rasa Open Source](https://forum.rasa.com/c/rasa/8) Apr 30, 2024
If you are going ahead with the rasa==3.6.15, then your current version (python 3.9) should be perfect

### From cryptography.hazmat.bindings._rust import ( ImportError: DLL load failed while importing _rust: The specified procedure could not be found
[Rasa Open Source](https://forum.rasa.com/c/rasa/8) Apr 30, 2024
Thank you so much. The version of the library where it showed the error seems to be fine too.
Probably the last thing you can try is to do a fresh installation on a different virtual environment. (If you are testing the platform out for the first time you can install a specific version of rasa like…

### From cryptography.hazmat.bindings._rust import ( ImportError: DLL load failed while importing _rust: The specified procedure could not be found
[Rasa Open Source](https://forum.rasa.com/c/rasa/8) Apr 30, 2024
Okay, from what I see it is in the cryptography library itself.
Could you please use the command: pip freeze > requirements.txt
And send the content it produces, I just want to cross-check the versions that have been currently installed.

### From cryptography.hazmat.bindings._rust import ( ImportError: DLL load failed while importing _rust: The specified procedure could not be found
[Rasa Open Source](https://forum.rasa.com/c/rasa/8) Apr 30, 2024
Could you please cross check your rasa version again too, 3.8 is the latest version the last time I checked.

### From cryptography.hazmat.bindings._rust import ( ImportError: DLL load failed while importing _rust: The specified procedure could not be found
[Rasa Open Source](https://forum.rasa.com/c/rasa/8) Apr 30, 2024
Then could you please copy paste the error message you are receiving so that I can help you better?

### From cryptography.hazmat.bindings._rust import ( ImportError: DLL load failed while importing _rust: The specified procedure could not be found
[Rasa Open Source](https://forum.rasa.com/c/rasa/8) Apr 30, 2024
Hi [@kobi003](https://forum.rasa.com/u/kobi003), Did you try to lower the cryptography module version?
Type the command:
pip install cryptography==41.0.7
Note: This is assuming that your current rasa version is 3.6.15.
Let me know if this works! If not, please feel free to get back to this thread with the error it’s showing. Have a …

### Update: I’ve found the solution to this problem!
The issue was in the cryptography package and after looking at the latest release notes, I’ve noticed that the cryptography version needs to be updated.
So, if your current version is 41.0.2 => Please upgrade it to 41.0.7 (This is the latest version …

### Rasa story not followed correctly when forms are used
[Rasa Open Source](https://forum.rasa.com/c/rasa/8) Feb 8, 2024
This is great! Thank you so much [@NIkhilBhaskar](https://forum.rasa.com/u/nikhilbhaskar)

### Rasa story not followed correctly when forms are used
[Rasa Open Source](https://forum.rasa.com/c/rasa/8) Feb 7, 2024
Hi [@NIkhilBhaskar](https://forum.rasa.com/u/nikhilbhaskar)! Could you please share with us the solution that you had done to solve your problem? It’d be of huge help. Thank you.

### 'Stories' been overridden by 'Rules'
[Rasa Open Source](https://forum.rasa.com/c/rasa/8) Feb 7, 2024
Hi! I’ve been following the rasa documentation on ‘Using forms to Handling Business Logic’ wherein we’ve been asked to make rules.
Now, those rules have been working perfectly. But the stories steps that I had already coded under ‘stories.yml’ aren’t getting executed at all.
Am I missing anything h…

### My simple question on Rules and stories
[Rasa Open Source](https://forum.rasa.com/c/rasa/8) Feb 7, 2024
Hi [@shubham-baghel](https://forum.rasa.com/u/shubham-baghel)! I’m currently facing the same issue as well and I still haven’t quite understood how the structure flow is working when both forms and stories are used. I was wondering if you had found any solution to fix that issue? Thanks!

### From cryptography.hazmat.bindings._rust import ( ImportError: DLL load failed while importing _rust: The specified procedure could not be found
[Rasa Open Source](https://forum.rasa.com/c/rasa/8) Feb 6, 2024
Hi, I’ve encountered this error while first trying to train my rasa model. I have ensured that I’ve implemented this in a virtual environment, checked the compatibility of the python version (3.9) and my pip version (20.2.3). It seems like rasa had been properly installed, but this error seems to pe…

### From cryptography.hazmat.bindings._rust import ( ImportError: DLL load failed while importing _rust: The specified procedure could not be found
[Rasa Open Source](https://forum.rasa.com/c/rasa/8) Feb 6, 2024
Hi [@dhdez-blife](https://forum.rasa.com/u/dhdez-blife), I’ve encountered a similar error while training my rasa chatbot too. Could you please share as to how you had fixed it? Thank you.
