Open TomLucidor opened 5 days ago
Currently checking if
Thanks for the suggestions/feedback, responding in order,
tldw-nvidia_amd64_Dockerfile
is the same as the Dockerfile
in the root of the repo(Should be, cursory glance says its mostly the same) minus comments). The .txt
being added is a result of your local system, and not how its being stored. It's also my assumption that anyone who stumbles upon this project and is looking to get it working with Docker/is aware of Docker, already has it installed.
@rmusser01 thanks for the reply, the first numbered list is reminding myself how to install Docker with Docker, but I would love ya to address the bullet points instead (along hopefully with more documentations and guides). Especially now I would focus on how to get the Docker to recognize that I need Phi-3 SLM (and maybe an embedding model) from Ollama to do summarization. The pipeline tho definitely need more docs along with re-works since people might not have been explicit about their use case or video genre type... should I explain more?
edit: Ah, I understand what you meant. I will continue to prioritize as I have, and will address the documentation as I get to it. Explaining how to use docker or ollama is not in the scope of this project. It is expected that a current user should know or understand how to use docker with custom dockerfiles or docker volumes for external storage if they are pursuing usage with docker. It is also assumed that if a user is attempting to use ollama, they should have no issues understanding how the API works so that they can ensure that network connectivity is successful between the two. I will edit this issue to reflect your suggestion of improving the documentation regarding the audio ingestion pipeline.
@rmusser01 for using Docker and Ollama on its own, it is fairly easy, however I am facing some weird problem regarding setting which Ollama models to use in TL;DW since there is no such setting in the panel, and that they recommended fixing the config.txt file (which is packed within the file system of Docker, and is sightly less streamlined to use). I will keep testing features from this panel and others to see how an average user with moderate experience would face, and draft notes accordingly.
FYI you can edit the config file from the web UI @TomLucidor
(Just a bit of a personal note that could be included in the ReadMe)
Dockerfile
and remove the.txt
extension