All - Activity - SUJEONG - Rasa Community Forum
I want to embed "Rasa framework" into new website
May 26, 2020
My apologize for late answer.
You can put the rasa chatbot on the footer of the wordpress site using tooltip or etc.
Custom action and endpoint for neo4j
May 26, 2020
yes, I agree.
I’ll update you if I have any questions or updates. Because I’m a novice developer, so there are a lot of things that I don’t know and get confused. But I’ll keep working hard.
Thanks
Oh, and i also I agree that we are in difference version of py2neo.
Custom action and endpoint for neo4j
May 26, 2020
Well,
I’m now engaged in chatbot project, I’m going to use neo4j and rasa to implement this!
And i think this is the combination of NLP and recommendation system.
Because Chatbot do recommend talking with people.
And now, is the beginning level of start, I do research to implement this.
Custom action and endpoint for neo4j
May 25, 2020
@tomp hi, I tried in other way.
First tried the syntax you mentioned above,
graph = Graph(password=neo_password)
This, but it occurs error for me
( the log tell me there is no Graph module).
so that I try below syntax, which is just add cypher query that make a label etc.
def make_graph(tx):
…
Custom action and endpoint for neo4j
May 25, 2020
class rasa_test_work(Action):
def name(self):
return ‘action_rasa_test_work’
def run(self, dispatcher, tracker, domain):
from neo4j import GraphDatabase
ent = tracker.latest_message['entities']
print(ent)
print('result is \n\n\n\n\n\n\n',tracker.latest_message)
result_restaurant…
Custom action and endpoint for neo4j
May 24, 2020
It’s really appreciated of your comment above
I’ll try that today on my office hour, and post question if i have.
Have a great time rest of the days
Custom action and endpoint for neo4j
May 19, 2020
Thanks, I’ll try in this way
Below content is my attachment after tried something!
def init(self, uri, user, password):
self.driver = GraphDatabase.driver(uri, auth=(user, password), connection_timeout=15, encrypted=False)
Above code works on me.
So the next challenge for me is…
What is appropriate version of rasa-x which compatible to rasa version1.7.0?
May 19, 2020
Thanks @Arjaan for your answer!
I’ll try later and get back to you
Custom action and endpoint for neo4j
May 18, 2020
Thank you so much for your answering!
It’s really excite that i can talk with this subject @tomp. this is so hopeful to me.
Well the question that i struggled with is connecting rasa with neo4j.
I tried inserting 'http://localhost:7474' at 'action_point' in the rasa 'endpoints.yml', but it di…
Custom action and endpoint for neo4j
May 18, 2020
hi,
I just wonder whether you solved the problem
I just struggled with the same one.
I want to save the customer mention in chatbot on neo4j.
What is appropriate version of rasa-x which compatible to rasa version1.7.0?
Apr 22, 2020
Hi,
I want to install the fitable version of rasa-x, which suit on rasa==1.7.0.
Because of my cloud storage size is kinda small,
I should have to know the specific version of rasa-x (which suit on rasa version 1.7.0) ,
and the way to install this.
When I try to install rasa-x latest version, th…
I want to know the right way to write stories.md
Mar 12, 2020
Hi, really appreciate for everyone to view my question,
I really want to know the difference between two of below.
Is there any difference between using spacebar
when start writing a bot-utterence in stories.md?
Thank you so much.
Happy path 1
greet
utter_greet
Happy path with space bar bet…
Add calendar to my webchat
Jul 2, 2019
Hi, I have the same problem …
How to decoding redis-stored data from rasa conversation?
Jun 22, 2019
Wow, Thank you for reply. I’ll apply this ASAP.
thank you again!!!
Cheers,
Sujeong
Hello,I sincerely want to decode redis character
Jun 13, 2019
Hello, Everyone
I just connect using TrackerStore That rasa provide.
And I really want to solve this unicode Error…
code is below.
#-- coding: utf-8 --
import redis
import json
r = redis.Redis(host="localhost", port=6379, db=0, password="mypass", errors="ignore")
json_test_dict = r.get("me")…
How to decoding redis-stored data from rasa conversation?
Jun 13, 2019
[image]
Hello!
I’m software-developer on South Korea Travel agency.
And now I’m going to try to store conversation on redis database.
But It looked so ugly ,
And it doesn’t recognize any key of things.
Only “me” recognized as key…
please Help me to restore this Beauty…
Thank you!
I want to embed "Rasa framework" into new website
June 5, 2019
Hi, @Juste Thank you for your kind reply.
it’s really helpful for me.
I appreciate you again for reminding me to see the official reference.
rasa_core.exceptions.UnsupportedDialogueModelError:
Jun 4, 2019
Hello, I just want to fix this error…
for my dialog_model.py ,
I just specify the policy route like this
policies = policy_config.load("policies.yml")
def train_dialogue(domain_file = './config/domain.yml',
model_path = './models/dialogue',
training_data_file = './data/stories.md'):
f…
I want to embed "Rasa framework" into new website
May 31, 2019
Hello,
I’m software developer on south-korea tour agency.
I want to embed “Rasa framework”
into our company’s new website,
which will be e-commerce for the tour booking service.
I kindly want your guys' suggestion for the new website framework for Rasa.
ps. our company operates WordPress with woocom...