Thank you, much better than most ! BUT i dont understand where to get the initial values of the matrices: 1) initial values for the matrix Mk used to create v1, ...., v4 v1, ...., v4 are the embeddings of the tokens in the sentence ...so Mk should be such that Mk x Identity matrix = v1, v2, v3, v4 ...this would make math sense, but is not what you (or anybody else) say 2) initial values for the matrix Mq used to create the queries v1, ...., v4 initially the queries are the same v1, ...., v4 vectors ..so Mq should be the same Mk so that Mq x Identity matrix = v1, v2, v3, v4 ...this would make math sense, but is not what you (or anybody else) say 3) initial values for the matrix Mv used to create the "values" y1, ...., y4 ...that could be the Mv containing the normalized dot products Wij ...but again i doubt that this is what you mean to say
@FindngIkigai908Күн бұрын
Can I connect it to twilio voice? for phone interaction?
@smithttyy84205 күн бұрын
you deserve more fans!~
@smithttyy84205 күн бұрын
Bravo, bro!~
@OpenYoureyes3048 күн бұрын
i already receive the email but it has no license key
@RasaHQ7 күн бұрын
Hi @OpenYoureyes304, did you request the license key at this link? rasa.com/rasa-pro-developer-edition-license-key-request/ They key is the big block of text following "Here is your license key" If it doesn't work a 2nd time, follow up to this comment and I'll get in touch directly. - Lauren
@OpenYoureyes3047 күн бұрын
@@RasaHQ yes i i did, i have received the email but no pro key, just links for tutorials
@RasaHQ6 күн бұрын
@ Ok, my recommendation is to try this again one more time, otherwise if it doesn't work send the screenshot of the email you are getting to [email protected] and I'll see if I can help further.
@lovehatevideo9 күн бұрын
Another heads up, this was the first recommended tutorial video, but at the end of this video you link to the Last video in the series. Doesn't seem like the obvious next step. :)
@ru-shedmartins144219 күн бұрын
this tutorial is not for those without coding knowledge
@alexvdh104816 сағат бұрын
what ide is she using?
@ru-shedmartins144219 күн бұрын
from 4:47 you did not mention what note you are writing from or coding from aside the system default terminal machine .
@jayhu607522 күн бұрын
What a great explanation about this topic. Many thanks
@Munichqw22 күн бұрын
How do I install rasa pro using license key 5:09
@RasaHQ21 күн бұрын
You can download the Rasa Pro Developer Edition license here: rasa.com/rasa-pro-developer-edition-license-key-request/ This is different from the open source video. You can find the latest tutorial here: kzbin.info/www/bejne/bKfEgoNni6hsa80feature=shared If you have a specific need, you can find support on our Community Forum: forum.rasa.com/c/rasa-pro-calm/36
@dodoojeda207122 күн бұрын
awesome :3
@vishalahuja250225 күн бұрын
is there a github repo which has all this?
@RasaHQ21 күн бұрын
Here is our Quickstart Guide: github.com/RasaHQ/codespaces-quickstart/
@vanitymeetstechnology879227 күн бұрын
Thank you so much, you made me happy.. even after 3 years feels relevant to me
@Takzen-projektyITАй бұрын
I think in [5:14]: it is endpoints.yml and in [11:02] we have python file and not domain.yml.
@galenw6833Ай бұрын
Yeah its very odd that this doesn't have more views. It's almost like people are so addicted to hype, they don't want to bother understanding these simple, elegant mechanisms, and instead have baloney conversations about AGI, etc. etc. 😕 Based on my understanding gained from watching this series, I have developed some ideas about how to improve LLMs and been awarded an NSF ACCESS (supercomputing time) allocation, and submitted an NSF SBIR proposal improving these models. Great job!
@jonnygg2487Ай бұрын
This could have so many use cases, thanks for making s tutorial
@SsssGggg-s5lАй бұрын
Thank you for the update! Very Helpful!
@ecto111Ай бұрын
Which app is used to create this presentation?
@tomberar3383Ай бұрын
The link doesnt work anymore i guess
@000njyАй бұрын
If the user gives the time of da😂tes along with the first input, is calm capable of capturing it? I would like to book vacation time for Jan 10 to 20 5:55
@RasaHQАй бұрын
Hi @000njy 👋 Absolutely. You can either collect it as one slot you could label date_time or you can capture the values as separate slots "date" and "time" if you like. With slot descriptions, you just have to be clear what data should be collected and how you want to format it.
@jakibrus55512 ай бұрын
i have done everything correctly but when i execute 'rasa -h' ti chows that there is no module named 'randomname' , even if i install 'randomname' separately it doesnt work ... what should i do ?
@albertoavendano71962 ай бұрын
There are a lot configurations on the toml file that are not by default. It would be great to mention that. Besides, it seems that the template now is deprecated
@ru-shedmartins144219 күн бұрын
exactly. the turor jumped that and it is confusing
@arribarriba202 ай бұрын
Nice shelves.
@batclaudio2 ай бұрын
Intersting video. Does this code work for Rasa 3.6.20 too?
@luisrueda61092 ай бұрын
great series
@antonle34682 ай бұрын
Very intersting! I'm building a booking chatbot base prompt and calling function use OpenAI. But, many issues like unstable token generation speed, halu...Does Sara can resolve them in a better way?
@RasaHQ2 ай бұрын
HI @antonle3468 Rasa's CALM approach is a great approach to resolve this. You can remove the chance of hallucination (with CALM, the bot can easily be restricted to only give pre-approved/pre-written answers) and we have been able to reduce latency to enable our platform to be adopted by large enterprises handling many requests at once.
@РаильХамитов-д9ц3 ай бұрын
Thank you so much! This is an excellent playlist for getting into the topic of CALM. Justina is wonderful; I could listen to her endlessly :) Special thanks for making this solution open source :)
@markj.carlebach82243 ай бұрын
This is great explanation of KQV in attention and transformer logic.
@DiegoAHdezF3 ай бұрын
0:35 In credentials.yml launches an error: RasaException: Failed to find input channel class for 'alexa_connector.AlexaConnector'. Unknown input channel. Check your credentials configuration to make sure the mentioned channel is not misspelled. If you are creating your own channel, make sure it is a proper name of a class in a module. Rasa version: 3.6.15 Python version: 3.10.13
@newwaylw3 ай бұрын
Around 6:05 you mentioned (by introducing weights) "maybe we can learn more patterns". You did not mention why or how using weights are helpful. One of the reasons is that without introducing weights and we stick to the dot product, using your example, the product between v_x and v_x will always be the highest as they are the same token, and the dot product between two tokens are always pre-determined by your pre-trained word embeddings and are fixed (e.g. the embedding for 'bank' is fixed and will not change). By introducing weights, you are allowing the network to learn/update the inter-token relations by seeing training examples.
@oryxchannel3 ай бұрын
I like the sound of this.
@RahulVerma-ui8sm3 ай бұрын
Can we integrate chatGPT API with RASA framework ?
@sshrey5512 күн бұрын
Do you know how to integrate rasa using chatgpt iam facing problem kindly help me if you got the answer
@FrankHernandez-i8g3 ай бұрын
@rasa Did you mean endpoints.yml ? @5:13
@SabaGhorashi3 ай бұрын
i have issue when python -m pip install -U pip i had warning what should i do?
@daniquinteiro61523 ай бұрын
Awesome
@cliffordino4 ай бұрын
I've been looking all day for a clear explanation of the K, V, and Q concepts. Finally found it. Nicely done!
@zkkzkk323124 ай бұрын
where do you place your restaurant.csv in your project?
@MarijaMitrovicMara4 ай бұрын
Great content! 😊
@ahmeterdonmez91954 ай бұрын
90% of those who talk about this field do not actually know the subjects, they just tell what they have seen from somewhere. It is not difficult to understand this if you are an experienced learner. For the first time, I came across someone who explained the subject with real knowledge. Thank you endlessly.
@krushnasalunke40544 ай бұрын
hey there, i have a problem, when i change OPENAI api to GEMINI api it still asks for openai api and throws error in your template tutorial
@RasaHQ4 ай бұрын
Hello @krushnasalunke4054 , great call. I have raised internally that the template tutorial doesn't specify how to do this; we will look to remedy this in the future. In the meantime, have you looked at our LLM configuration page in the docs? This might help you double-check your configuration. Here is the part specifically about Gemini: rasa.com/docs/rasa-pro/concepts/components/llm-configuration/#gemini---google-ai-studio If everything is correct, can you raise your question again in the forum? I can follow up there, as I think the answer to your question might help others as well: forum.rasa.com/ - Lauren
@Mahesh-yu3th5 ай бұрын
Hello, how do you run rasa calm in production ? Should we install rasa-plus or rasa-pro ?
@RasaHQ4 ай бұрын
Hi, you would need the Rasa Pro Developer Edition - rasa.com/rasa-pro-developer-edition-license-key-request/
@Mahesh-yu3th4 ай бұрын
@RasaHQ I do have RASA PRO license. My query is - to deploy RASA CALM in production, which dependency should I install ? RASA PRO OR RASA plus?
@RasaHQ4 ай бұрын
@@Mahesh-yu3th Hello, starting from 3.8.0, Rasa and Rasa Plus have been merged into a single artifact named Rasa Pro. Here is the link to the update in the docs: rasa.com/docs/rasa-pro/migration-guide/#rasa-pro-37-to-38
@Mahesh-yu3th4 ай бұрын
@RasaHQ What's your recommendation on PIP v/s Poetry to build and manage RASA?
@RasaHQ4 ай бұрын
@@Mahesh-yu3th Both pip and poetry are popular tools for managing Python packages, and both can be used to install and manage Rasa. The choice between pip and poetry often comes down to personal preference and the specific needs of your project. - *PIP* is the standard package manager for Python and is included with most Python installations. It's straightforward to use and widely supported, making it a good choice for many projects. - *Poetry* on the other hand, offers some additional features that can be useful for managing complex projects. It allows you to declare your project's dependencies in a pyproject.toml file, and it can automatically manage a virtual environment for your project. This can make it easier to manage dependencies and ensure that your project's environment is isolated from other Python projects on your system.
@antarikshshreshthi5 ай бұрын
What a beautiful video!
@felizardochaguala89325 ай бұрын
Thank you for sharing the video with us. I really appreciate it
@ewg-dasa5 ай бұрын
Thanks for these guidance.
@slayermm11225 ай бұрын
very clear thanks
@AshwithRai-qs8ob5 ай бұрын
You can use the Thunder client vs code extension alternative for postman
@neurochannels5 ай бұрын
This is amazing.
@neurochannelsАй бұрын
Just came back to agree with myself, it is not only amazing, but impressive this was out before the ChatGPT craze was here. I keep coming back to this video when I need to remind myself of how everything works.
@MuhammadMufeezUrRehman5 ай бұрын
How do I keep it running with my app or do i have to sperately turn the rasa bot on each time in the moodbot directory?
@RasaHQ5 ай бұрын
Hi, Rasa Marketing here. The Rasa Community Forum is a great place to ask this question. forum.rasa.com/
@xinyaoyin22386 ай бұрын
its off topic but me, as a human, thought bank of the river as a bank with a cool name lol
@timmat6 ай бұрын
Hi. This is a really great visualisation of weightings - thank you! I have a question though: at 11:30 you say you're going to calculate the cross product between the first token's vector and all the other vectors. Should this instead be the dot product, given that you are looking for similarity?