All - Activity - Sharen_Etiqa - Rasa Community Forum
How to use actions.py for EnterpriseSearchPolicy correctly?
Hi. I’m very new to Rasa pro and I’m trying to understand how do I correctly use actions.py file for EnterpriseSearchPolicy? If possible, please provide examples so that I can learn from them. I have looked through the documentation Enterprise Search Policy but I’m still lost. Thank you!
Hugging Face LLM ‘huggingface_hub.inference_api’ is deprecated
Hi. Thanks for the information. Here’s my config file:
pipeline:
- name: LLMCommandGenerator
llm:
type: "huggingface_hub"
repo_id: "mistralai/Mixtral-8x7B-Instruct-v0.1"
embeddings:
type: "huggingface_hub"
A part of my config file looks like this:
- name: EnterpriseSearchPolicy
llm:
type: "huggingface_hub"
I’m trying to build a simple RAG application using the Mixtral open-sourced model from Hugging Face. However, I’m getting the error mentioned above. Do I need to change anything fro…
Hi! I’m currently using Rasa Pro Developer’s Edition with CALM. I’m trying to load hugging face models with LLMCommandGenerator. However, it seems like Rasa Pro is using huggingface_hub.inference_api or InferenceApi which is deprecated. The new one is InferenceClient. Is there any way to fix this?