WEB GUI V2 is here. Go kick the tires! #1327
Replies: 8 comments 11 replies
-
Step 1: I get the following result??? please help. All is running on windows natively. Spent some hours trying to get GUI running. npm error code EPERM |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply. I did delete it after restarting everything and
clicking through different models. Seems to work fine on everything now.
…On Mon, 3 Mar 2025 at 14:11, JM ***@***.***> wrote:
I don't see your post on the repo, did you delete it?
Your error seems related to your Google AI API. Double check the LLM and
model selected in the web app. Hope that helps.
Jean
On Mar 3, 2025, at 6:59 AM, knotty68 ***@***.***> wrote:
Limited technical skill here, however I do have Fabric up and running in
my Terminal on Mac Mini M2. I installed the web gui as per instructions,
did get a number of npm audit warnings, but npm run dev starts the web gui
and with fabric --serve running in a terminal window. The issue I am
getting is that when trying to run any pattern in the chat gui, I am seeing
the following..
2025/03/03 11:47:29 Received chat request with 1 prompts
2025/03/03 11:47:29 Processing prompt 1: Model=
Pattern=extract_predictions Context=
2025/03/03 11:47:30 Error from chatter.Send: googleapi: Error 404:
[GIN] 2025/03/03 - 11:47:30 | 200 | 150.745958ms | ::1 | POST "/chat"
Running the exact same thing in a terminal window produces the expected
output so as far as i can see the API codes etc are correct. Any obvious
thoughts or interventions. I'm trying to get something up and running that
my wife will be able to interact with and the web gui would seem to be the
way forward.
Should I hop over the Web GUI and try noamsiegel's Mac app?
—
Reply to this email directly, view it on GitHub <
#1327 (comment)>,
or unsubscribe <
https://github.com/notifications/unsubscribe-auth/AGCUMWLWGUEDYCBH65I4HG32SQ7YVAVCNFSM6AAAAABYAMTKYKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMZXGQ3DIOA>.
You are receiving this because you authored the thread.
—
Reply to this email directly, view it on GitHub
<#1327 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BQB64Y7FNO6U6TGGQWWFRAT2SRPK7AVCNFSM6AAAAABYAMTKYKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMZXGYZDIOA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@jmd1010 I just tried the Web UI. After following the instructions in And in the GIN server log, I see this:
|
Beta Was this translation helpful? Give feedback.
-
Hi @jmd1010, thanks for your response.
FabricUI-Bug.mp4 |
Beta Was this translation helpful? Give feedback.
-
Hi jmd, I gave it a try. Thanks! Initial feedback:
|
Beta Was this translation helpful? Give feedback.
-
You have to install the packages in a specific order (and do an update asked for by the frontend when it starts up) and then it just works. I'll see if I can dig it up. I'm using the latest node.js (and actually running everything using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It was time for a little upgrade and the enhancements are finally merged:
🎥 Demo Video
https://youtu.be/fcVitd4Kb98
🌟 Key Features
Tu use, update to the latest release. Make sure you see the fabric/web folder. If not, clone repo and run: go install github.com/danielmiessler/fabric@latest from the fabric folder. Verify your environment variables as per the README.md file.
https://github.com/danielmiessler/fabric/blob/02e12b028c82e23fe12314f7339039df07a3dd7c/WEB%20INTERFACE%20MOD%20README%20FILES/WEB%20V2%20Install%20Guide.md
Install the web dependencies (if not already installed)
cd web
npm install
npx svelte-kit sync
Then proceed with your pdf-to-markdown installation (optional):
cd web
Install in this sequence:
Step 1: npm install -D patch-package
Step 2: npm install -D pdfjs-dist@2.5.207
Step 3: npm install -D github:jzillmann/pdf-to-markdown#modularize
Note: Ensure Go is installed https://go.dev/doc/install and node / npm for web https://nodejs.org/en/download.
If you get an ERROR.
It would be much appreciated that you copy /paste your error in your favorite LLM before opening a ticket, 90% of the time your llm will point you to the solution.
Beta Was this translation helpful? Give feedback.
All reactions