New updates and improvements
/auth/delete
endpoint deletes all user data, including all memories and stored connections. This can’t be undone.title
attribute. The /memories/list
endpoint now also returns the title of each memory./documents
are now under /memories
.Additionally, you can now choose which model to use to answer queries — we default to Llama 3.1 8B for speed and efficiency, but more complex queries can benefit from a different modelnpx
or via a client like Claude Desktop.X-As-User
header to query data as a specific user while using an API key as your authentication. This saves a round trip to the server to generate a user token.