mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-18 09:09:44 +00:00
This makes the user manual available outside of the LLM context. The code is also more readable, as splitting the manual into sections and splitting section content into chunks fit for embeddings is now separated. A bug has been fixed, where the above splits were mixed up for the last manual section, producing invalid data. The unembedded manual contents are no longer held in the memory. The only use case for this was to calculate the manual contents hash. The hash is now precalculated and cached.