localhost:8000/docs
when running the Cognee backend.
cognee_db
depending on which relational database (SQLite or Postgres) you used in the .env
file. Below is the SQLite example.
The path to the database is /path-to-your-cognee/cognee/.cognee_system/databases/cognee_db
principal_id
is the ID that is automatically created when we registered the second user. You should get it from the users
table in cognee_db
.
In the request body, we’ll use the dataset ID that we saved in the first step.
write
permission to the second user.
write
permission, the second user can run “Cognify” successfully.
read
permission to the second user.