Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mkdocs/faq/basic_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Just open the console in your browser to check the logs there. At some point soo

#### I sent to the Cat some text and documents I want to get rid of, How can I achieve it?

You can delete the `long_term_memory` folder and restart the Cat! Remember that you will lost everything!
You can delete the [`long_term_memory`](../framework/cat-components/memory/long_term_memory.md) folder and restart the Cat! Remember that you will lost everything!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is now an admin button to delete all memories, so:

  • if you have no Qdrant container, just delete the volume you gave to Qdrant
  • if you are using standalone cat, delete cat/data/local_vector_memory folder

2 changes: 1 addition & 1 deletion mkdocs/plugins/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ More examples on forms [here](forms.md).

## 🌐 Custom Endpoints

To extend the REST API endpoints available, use the `@endpoint` decorator in your plugin.
To extend the REST API endpoints available, use the [@endpoint](../production/network/http-endpoints.md) decorator in your plugin.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

decorator @endpoint is described under /plugins


```python
from cat.mad_hatter.decorators import endpoint
Expand Down