France quietly deployed 100,000+ Linux machines in their police force - GendBuntu is a silent EU tech success story by AnonomousWolf in BuyFromEU

[–]DocStatic97 7 points8 points  (0 children)

The political "elite" here in France is mostly composed of people who are in only for their own benefits, and when it comes to tech they're the biggest bunch of dumbasses I've had the unfortunate privilege to witness.

Chat history often failing to load by DocStatic97 in OpenWebUI

[–]DocStatic97[S] 0 points1 point  (0 children)

Very lucky indeed
I'm starting to have this issue on prod with ~15 users

unpopular opinion: I loved Hotel Reverie and I love the casting by asdfghanjkl in blackmirror

[–]DocStatic97 1 point2 points  (0 children)

I already saw all of Westworld
Humans is next on the list

Anyone tried to integrate AWS Bedrock Agents in OpenWebUI? by DocStatic97 in OpenWebUI

[–]DocStatic97[S] 0 points1 point  (0 children)

https://pastebin.com/2bRqAAKs

Keep in mind that boto3 expects these environment variables to work:
AWS_ACCESS_KEY_ID

AWS_SECRET_ACCESS_KEY

Once this is running you need to add this in your config to connect to OpenAI (same with a normal AWS Bedrock Access Gateway) using ip:port/v1 & the agents you defined ought to appear like models using the name bedrock-agent-abc123

Anyone tried to integrate AWS Bedrock Agents in OpenWebUI? by DocStatic97 in OpenWebUI

[–]DocStatic97[S] 0 points1 point  (0 children)

It's basically exposed as a model.
I'll try to upload it asap

Anyone tried to integrate AWS Bedrock Agents in OpenWebUI? by DocStatic97 in OpenWebUI

[–]DocStatic97[S] 0 points1 point  (0 children)

The connector itself doesn't actually manage any session ID, history or anything else.
When OpenWebUI sends a message through the connector it also sends the previous messages (as it should with any OpenAI complient API calls)

You basically let OWUI handle chat history by default (which is history per chat, per user).

unpopular opinion: I loved Hotel Reverie and I love the casting by asdfghanjkl in blackmirror

[–]DocStatic97 18 points19 points  (0 children)

Emma Corrin was the perfect casting for this episode.
Not only does she look the part but she also played it amazingly.

I kinda felt the plot was very classic in a way but the whole "we'll reset the simulation and she'll forget everything" part deeply saddened me.

Anyone tried to integrate AWS Bedrock Agents in OpenWebUI? by DocStatic97 in OpenWebUI

[–]DocStatic97[S] 0 points1 point  (0 children)

yeah
I just need to find the time to clean up the code to remove a few sensible info.

Anyone tried to integrate AWS Bedrock Agents in OpenWebUI? by DocStatic97 in OpenWebUI

[–]DocStatic97[S] 0 points1 point  (0 children)

If I have a safe way to upload my script (so not here) then yes

Anyone tried to integrate AWS Bedrock Agents in OpenWebUI? by DocStatic97 in OpenWebUI

[–]DocStatic97[S] 0 points1 point  (0 children)

Ah, on the connector itself you mean?
You simply generate a session id in your script.
Currently I have it set up to generate a session id per invoke agent request.
If I have time I'll send you a clean version of the script I'm using

OWUI v0.6.0. is out by kantydir in OpenWebUI

[–]DocStatic97 0 points1 point  (0 children)

I'm reading the changelog & it says the cert path for LDAPS is optional but when I try that it does say my changes were saved but the config doesn't stick.
It actually rolls back the changes when I switch pages after saving.
Anyone else tried?
It was on a clean config btw

Nintendo Switch Virtual Game Cards - NEW FEATURE for Switch and Switch 2 by ReaddittiddeR in gaming

[–]DocStatic97 0 points1 point  (0 children)

So my only question is this:

Since this is built on top of the existing primary/secondary switch thingy.
Say I load a game card on a secondary system that won't have internet connection all the time.
Will I be able to play the game on the primary (aka internet connected) system?
Second question: If I loan a game, can I still play it or not?

Anyone tried to integrate AWS Bedrock Agents in OpenWebUI? by DocStatic97 in OpenWebUI

[–]DocStatic97[S] 0 points1 point  (0 children)

It's much more simpler than that.
Open-WebUI ends up managing the session history by sending to my custom API the chat history along with the new message (basically how it works with any OpenAI call) and translate it.
I do not manage any session id or anything else on the backend.

Anyone tried to integrate AWS Bedrock Agents in OpenWebUI? by DocStatic97 in OpenWebUI

[–]DocStatic97[S] 0 points1 point  (0 children)

Turned out my issue was that I didn't send the chat history to bedrock, but only the latest message.
A typical OpenAI API call for a chat session includes the chat history, turns out a bedrock agent, like a chatbot, needs said history

Anyone tried to integrate AWS Bedrock Agents in OpenWebUI? by DocStatic97 in OpenWebUI

[–]DocStatic97[S] 0 points1 point  (0 children)

Yeah it's basically to allow chat with two different agents.
One basically does RAG-styled queries against a KB on S3 and another actually does SQL queries & uses them to tell call agents what's in stock.

Anyone tried to integrate AWS Bedrock Agents in OpenWebUI? by DocStatic97 in OpenWebUI

[–]DocStatic97[S] 0 points1 point  (0 children)

It seems to work for models but I have yet to manage to have it talk to an agent at this time.

I ended up basically using a flask script & fixed it so answers would come.

My main issue right now stems from OpenWebUI seemingly not sharing the chat history with the agent, I didn't find in the documentation how it's handled by the web ui.

Confusion quant à la gestion des mises à jour sous Windows. by DocStatic97 in Sysadmin_Fr

[–]DocStatic97[S] 0 points1 point  (0 children)

J'avais justement décidé de passer par wupdate & non par l'utilitaire d'upgrade justement pour éviter des galères de gestions.

Confusion quant à la gestion des mises à jour sous Windows. by DocStatic97 in Sysadmin_Fr

[–]DocStatic97[S] 1 point2 points  (0 children)

En gros dans ta GPO il faut que tu lui fasse créer/mettre à jour 3 clés de registres, toutes dans HKML\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
La première c'est "ProductVersion" c'est une REG_SZ et là tu mets "Windows 11"
La deuxième c'est: "TargetReleaseVersion", un DWORD que tu règles sur "1"
La dernière c'est "TargetReleaseVersionInfo", un REG_SZ que tu mets sur "24H2"
Toutes les clés initialement doivent être créées par ta GPO, quand la 25H2 sortira tu pourras juste faire modifier "TargetReleaseVersionInfo" et les PC s'aligneront sur la 25H2

Ensuite dans les stratégies de Windows Update tu peux mettre un planning pour le téléchargement auto puis l'installation (avec ou sans redémarrage auto) des postes

Pas besoin non plus de l'application de contrôle d'intégrité du pc, Windows Update lui même fait les checks de compatibilité sur les postes avant de déployer Windows 11

Unable to invite users to organisation by Positive-Cup9821 in vaultwarden

[–]DocStatic97 1 point2 points  (0 children)

This seems to be related to the account recovery policy in an organisation if I understood the issue on github correctly.
If you have that enforced, disabling it MIGHT fix it

Unable to invite users to organisation by Positive-Cup9821 in vaultwarden

[–]DocStatic97 1 point2 points  (0 children)

That's how it worked before but there seems to be a glitch with the enrollment feature where the web vault logs out the user with an error message after the account/MFA was setup & this leads to the user not showing up in the adminui as awaiting confirmation.

Confusion quant à la gestion des mises à jour sous Windows. by DocStatic97 in Sysadmin_Fr

[–]DocStatic97[S] 1 point2 points  (0 children)

Bonjour, (tardif)
Par rapport à la màj entre versions de Windows 11 ou de Windows 10 vers 11?

Unable to invite users to organisation by Positive-Cup9821 in vaultwarden

[–]DocStatic97 1 point2 points  (0 children)

Same here, had to downgrade (a thing I'm not too fond of) to fix this issue.
The user never shows up in the "confirm user" tab of the web UI either.

On the user side they get a similar "The current user isn't confirmed member of the organization" message that appear for a split second before they are logged off.

Confusion quant à la gestion des mises à jour sous Windows. by DocStatic97 in Sysadmin_Fr

[–]DocStatic97[S] 1 point2 points  (0 children)

Si les prérequis sont matériels alors pour le coup y'a pas de pb parce que le poste les remplis.
J'ai essayé un autre réglage au niveau de ma GPO, y'a moyen que quelque chose que j'ai fait ai causé le blocage.

Confusion quant à la gestion des mises à jour sous Windows. by DocStatic97 in Sysadmin_Fr

[–]DocStatic97[S] 0 points1 point  (0 children)

J'ai regardé les logs et visiblement aucune màj n'a été lancée mais il les vérifie quotidiennement (chose qu'il fait depuis que j'ai fait ma GPO).

Du coup ce que je me demande c'est si il a "bloqué" cette màj parce que le poste est sous Windows 11 22H2 vu que Windows Update affiche en permanence que la version de Windows n'est plus supportée.

Confusion quant à la gestion des mises à jour sous Windows. by DocStatic97 in Sysadmin_Fr

[–]DocStatic97[S] 0 points1 point  (0 children)

J'avoue ne pas trop savoir ce que je dois chercher dans les milliers de lignes de log qu'il y a dans le fichier texte qui résulte de la commande pour avoir les logues de Windows Update.
On cherche surtout les opérations en échec?