Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

43 rader
1.4 KiB

  1. # This file contains the different endpoints your bot can use.
  2. # Server where the models are pulled from.
  3. # https://rasa.com/docs/rasa/model-storage#fetching-models-from-a-server
  4. #models:
  5. # url: http://my-server.com/models/default_core@latest
  6. # wait_time_between_pulls: 10 # [optional](default: 100)
  7. # Server which runs your custom actions.
  8. # https://rasa.com/docs/rasa/custom-actions
  9. action_endpoint:
  10. url: "http://localhost:5055/webhook"
  11. # Tracker store which is used to store the conversations.
  12. # By default the conversations are stored in memory.
  13. # https://rasa.com/docs/rasa/tracker-stores
  14. #tracker_store:
  15. # type: redis
  16. # url: <host of the redis instance, e.g. localhost>
  17. # port: <port of your redis instance, usually 6379>
  18. # db: <number of your database within redis, e.g. 0>
  19. # password: <password used for authentication>
  20. # use_ssl: <whether or not the communication is encrypted, default false>
  21. #tracker_store:
  22. # type: mongod
  23. # url: <url to your mongo instance, e.g. mongodb://localhost:27017>
  24. # db: <name of the db within your mongo instance, e.g. rasa>
  25. # username: <username used for authentication>
  26. # password: <password used for authentication>
  27. # Event broker which all conversation events should be streamed to.
  28. # https://rasa.com/docs/rasa/event-brokers
  29. #event_broker:
  30. # url: localhost
  31. # username: username
  32. # password: password
  33. # queue: queue