Nathan (navi)
Nathan (navi)
Thanks @tobiade starting with https://github.com/tmc/langchaingo/pull/223 I was able to do something like this with this package [https://github.com/graze/go-throttled](https://github.com/graze/go-throttled) ```go requestsPerMinute := 2 durationPerRequest := time.Minute / time.Duration(requestsPerMinute) clientOpts := &http.Client{ Transport:...
Asking this too i saw that theres a ``` python SKILL_TO_COLOR = { 'Hard Skill': '#818CF8', 'Soft Skill': '#F472B6', 'Certification': "#552448" } ``` but dont know how to unwrap the...
Trusted script is required for stealth to work properly (tested with google meet) had this error `This document requires 'TrustedScript' assignment` Solution ```go proto.PageSetBypassCSP{Enabled: true}.Call(page) ```
@JHeidinga Hi, does that mean we can use Weaviate without specifying an embedder (vectors)? [weaviate/quickstart#option-1-vectorizer](https://weaviate.io/developers/quickstart#option-1-vectorizer)
I think most of the hard-coded functionalities like vectordb and chunking are already in [lanchain-go](https://github.com/tmc/langchaingo/tree/main) but this project has scalable uses
it takes time to give a reply
There's no need for `profile-directory` if it's going to be "Default", since you've already supplied `user-data-dir` then it appends '\Default' to a specific dir You can't have the same user...
im having the same issue `TikTok returned an empty response` and I've copied the ms_token
Same error, i was working yersteday night EDIT: My variant id was invalid - it works!
concatenating videos takes a lot of CPU, I ended up using ffmpeg to concate videos into one