Louis Beaumont

Results 131 issues of Louis Beaumont

Just an early idea of an agent i wanted to share: The cognitive interview is a police interviewing technique used to gather information from witnesses of specific events. It is...

Hey! Thanks for the great lib 🚀, I thought about integrating Embedbase (https://github.com/different-ai/embedbase) in it - [x] example usage of embedbase as a vector store with the hosted version -...

Would be nice to support MPS to use this model on consumer hardware, it would be super useful, for example with Apple Shortcuts + raycast etc. i already have a...

### Feature request I'd like to run this on CPU ### Motivation Proof of concept ### Your contribution not sure if I'm doing something wrong or if the codebase is...

In your readme you list optimised arch and say > Other architectures are supported on a best effort basis using: >AutoModelForCausalLM.from_pretrained(, device_map="auto") >or >AutoModelForSeq2SeqLM.from_pretrained(, device_map="auto") Can you explain where we...

how do you use non docker hub registry? Getting 404: ```rs let config = Config { image: Some("ghcr.io/stellar-amenities/assistants/assistants-code-interpreter:latest"), host_config: Some(HostConfig { auto_remove: Some(true), ..Default::default() }), attach_stdin: Some(true), attach_stdout: Some(true), attach_stderr:...

question

Hey, I'm using lopdf in https://github.com/stellar-amenities/assistants and it's polluting my logs with thousands of: >[lopdf::document] StandardEncoding Any recommendation to reduce verbosity? I saw ```rs pub fn decode_text(encoding: Option, bytes: &[u8])...

My users connect their Neurosity account by going to an url created with: ```ts // server ... import { Neurosity } from "@neurosity/sdk"; import { cookies } from 'next/headers' import...

### Problem: I am recording the `.focus()` data and it trigger even when I don't wear the Crown (powered ON of course). So the focus tends to be

the function is supposed to return a ```ts ): Promise { ``` which is ```ts export type OAuthQueryResult = { customToken: string; userId: string; }; ``` and actually returns a...