Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

endpoints.yml的tracker_store如何设置 #79

Open
changingBin opened this issue Nov 18, 2022 · 2 comments
Open

endpoints.yml的tracker_store如何设置 #79

changingBin opened this issue Nov 18, 2022 · 2 comments

Comments

@changingBin
Copy link

我用的是docker neo4j跑得数据库graph后端,请问endpoints.yml的tracker_store如何设置

@Alwin4Zhang
Copy link

Alwin4Zhang commented Dec 2, 2022

pip install pymysql then edit endpoints.yml

tracker_store:
    type: SQL
    dialect: "mysql+pymysql"  # the dialect used to interact with the db
    url: "localhost"  # (optional) host of the sql db, e.g. "localhost"
    port: 3306
    db: "rasa"  # path to your db
    username: "your username"  # username used for authentication
    password: "your password"  # password used for authentication

@kawhiiiileo
Copy link

您好大佬,能留个联系方式,问您一下数据库方面的问题么

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants