← All release notes

August 25, 2023 · AI Agents, Developer Tools

ReMark💬 knowledge update

We've done major updates on ReMark💬 to serve the growing user base better now and in the future.

First and foremost, ReMark💬 now has a personality! We wanted it to be something familiar based on our much-loved Mark the Monkey. ReMark💬 is an alter ego of Mark, equipped with more tech and tapped into all data sources devs need when working on their Robocorp bots. Meet ReMark💬!

Cartoon monkey robot mascot with a glowing purple visor, ReMark's new avatar

The main updates are in the data ingestion and in the responses ReMark💬 gives:

  • We added new data sources to be ingested into ReMark💬 database. The documentation now contains all the contents from Robocorp Docs, including new Python library documents. In addition, we've added the Portal examples.

  • The data ingestion is now implemented as a Robocorp bot (!) and runs daily. So, the knowledge will refresh continuously as we improve our documentation and examples.

  • We reduced the next-best questions to three in the answers, as the previous five took up too much space in the UI.

  • Also, in the answers, ReMark💬 might now point you to the most relevant Portal bots to learn more, not just docs articles.

ReMark chat reply with code, source links, and three suggested follow-up questions

Under the hood, we've done a complete rehaul of the architecture, gearing up towards integrating ReMark💬 into our other tools and services. For example, we switched the vector database for embeddings from Chroma to pgvector.

You might have noticed a few moments of "Something went wrong" in the past few days, but updates are now done, and things should run much smoother from now on!