Skip to main content

Posts

Showing posts from October, 2023

What's new in 1.4.1

It's small release and the main reason for it is to fix unreliable refresh of the views in Sonoma. macOS Sonoma generally shows performance increase in our internal tests, but there're some underlying changes that break the work of data flow that worked fine in macOS 13. We have fixed it. Although we have task to review some approaches to make it more future proof. We are sorry for inconvenience.

What's new in 1.4

What's new in 1.4 This is an important release for us, since we are introducing feature that changes the way you can use Tema-Editor. There's tools that allow you to upload your file for analysis. Some of them work fine, with one exception – they either have to limit you with one uninterrupted session to be able to work with upload, or they re-read whole attachment each time you asking something, and limit number of questions. Starting from Tema 1.4, you will be able to attach plain text file to the conversation, the result of analysis of the file will be saved in the document and you can keep it as long as you want on your own disk. Document file will get significantly larger, of course. But this will provide you fast answers any time you load the file. You can control what is included into context in Settings. The second thing is ability to export just your chat into one single plain text file. Sometimes it is convenient, to be able to sweep all the chat history and start fro

Local text file in a context - progress

 Dear friends, as a part of our plans we adding functionality of local file context. In simple words you will be able to attach plain text file of your choice to the conversation, and it will be used as a context when sending requests to OpenAI. Currently it's not polished, but underground principles seems to be working. We have used Project Guttenberg to download few royalty free texts for testing, see below how Tema handled Frankenstein by Mary Wollstonecraft Shelley. What's next? We need to polish the functionality and make sure the performance is great.The amount of processing is far beyond that we had so far. And we are working on optimizations.

What's new in Tema-Editor 1.3.2

It's about authors this time! * New features Add feature to book card - Author(-s) bio Add support of information about author to the chat context Improvements Optimized performance of embedding processing Move the most of the buttons on book card into drop-down menu Settings to include/exclude bits in context *) poster was generated with Bing Image Generator

Tema-Editor 1.3.1 - What's new

Features We include all information you add working with Books on a Research tab. All your requests to the books, summaries, quotes, TOCs and your own notes will be considered for context creation. Obviously, the context of the OpenAI bot we use is limited, therefore Tema-Editor is using embeddings  to search for relative content and use it in the context when requesting. The embedding is created using OpenAI's API, and it is considered a very reliable technology for clustering interconnected texts. We only use high-probability hits for creating the context of the request. Bug fixes - Chat scrolling was mis-behaving in some cases due to race conditions. It was fixed, we are sorry for inconvenience.