fedora-copr / logdetective

Analyze logs using Language Model (LLM) and Drain template miner.
Apache License 2.0
5 stars 8 forks source link

remove dependency on tiktoken #31

Closed xsuchy closed 2 months ago

xsuchy commented 2 months ago

The strict dependency on tiktoken version is causing a problem: https://bugzilla.redhat.com/show_bug.cgi?id=2284439 I look how we are using it, but I could not find any use of tiktoken in our code. It was added by @jpodivin in the initial commit. Is it possible that it is a leftover? Can it be removed?