Replies: 1 comment 5 replies
-
Did you clone it as I recommended to you yesterday? If you do, web won't be nested in the go. Let me know if thsat fixed your problem: Clone the repo (from parent directory) cd web Then proceed with your pdf-to-markdown installation: from /web as well |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a working Fabric AI framework running natively on Windows 11.
I used the available binary file. A "fabric --setup" session ran resulting in a ".config" folder in my home directory. It appears to contain a fabric folder with sub-folders for contexts, extensions, patterns, and sessions. Patterns is the only folder populated. I also have a ,env file with the APIs I had input during --setup.
After closing terminal I have no fabric.exe in path, and it appears nowhere on my system! Nothing works. I cannot re-run the binary file unless I delete the .config file and start over!
I install GO and run "go install github.com/danielmiessler/fabric@latest" also from my home directory. This results with a "go" folder in my home directory. Drilling down into it I find the complete fabric install, and with all folders populated. The "web" folder specifically as I ultimately want to get "WebGUI" working.
My "go" folder also has a "bin" folder with fabric.exe, to_pdf.exe, and yt.exe... WOOT WOOT, they are all in my PATH and I can now run fabric from terminal and all feels good.
Now I would like to incorporate the new WebGUI.
I'm limited to the "web" folder inside the "go" folder at:
C:\Users\Jack\go\pkg\mod\github.com\danielmiessler\fabric@v1.4.147\web
Its the only place I find the "web" folder!
Following the installation instructions with execution of "npm install" results in alot of warnings for deprecated packages. The pursuing commands are ugly as well... warns and errors and possible permisson issues?
It devolves from there. I have many hours into trying without luck. I have made some comments in the new WebGUI V2 thread that include additional info.
What am I doing wrong? Am I the first to go for this on windows natively? I may have had more luck with Linux native or even WSL? I thought best performance. and certainly in my case most convenience, would be best achieved in windows natively.
Any thoughts, attention, or advice would be appreciated. Thank you all!
Beta Was this translation helpful? Give feedback.
All reactions