paulpierre commited on
Commit
5a9a5e5
·
1 Parent(s): 2a4bad2

added pgadmin link

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -71,6 +71,7 @@ make
71
  - Bot determines whether human handoff is necessary
72
  - Bot generates tags based on user questions and response automatically
73
  - Full API documentation via [Swagger](https://github.com/swagger-api/swagger-ui) and [Redoc](https://redocly.github.io/redoc/) included
 
74
  - [Ngrok](ngrok.com/docs) end-points are automatically generated for you on startup so your bot can always be accessed via `https://t.me/yourbotname`
75
  - Embedding similarity search built into Postgres via [pgvector](https://github.com/pgvector/pgvector) and Postgres functions
76
  - [Dummy data included](https://github.com/paulpierre/RasaGPT/tree/main/app/api/data/training_data) for you to test and experiment
 
71
  - Bot determines whether human handoff is necessary
72
  - Bot generates tags based on user questions and response automatically
73
  - Full API documentation via [Swagger](https://github.com/swagger-api/swagger-ui) and [Redoc](https://redocly.github.io/redoc/) included
74
+ - [PGAdmin](https://github.com/pgadmin-org/pgadmin4) included so you can browser your database
75
  - [Ngrok](ngrok.com/docs) end-points are automatically generated for you on startup so your bot can always be accessed via `https://t.me/yourbotname`
76
  - Embedding similarity search built into Postgres via [pgvector](https://github.com/pgvector/pgvector) and Postgres functions
77
  - [Dummy data included](https://github.com/paulpierre/RasaGPT/tree/main/app/api/data/training_data) for you to test and experiment