windowshopr
windowshopr
### What happened? Windows 10, Python 3.11, Docker Desktop. Trying to follow the documentation step by step. ``` cd backend && supabase start ``` ``` supabase_vector_secondbrain container is not ready:...
Trying to run the graph reader agent notebook on my Windows 10, Python 3.11, latest version of Ollama and LangChain/Graph, I get the below traceback (I added in some extra...
``` import os import wfdb for db in wfdb.get_dbs(): print(db) def download_dataset_from_physionet(dataset_name: str): # https://wfdb.readthedocs.io/en/latest/io.html#module-1 print(f"Downloading {dataset_name} dataset from PhysioNet...") if not os.path.exists("physionet"): os.makedirs("physionet") if not os.path.exists("physionet/" + dataset_name): os.makedirs("physionet/"...
Reviewing [this](https://ml.dask.org/modules/api.html#module-dask_ml.model_selection) page, most of the feature selectors offered by SKLearn are covered, however it would be cool to see dask implement RFECV into that mix as well! I'd like...
Would be a cool feature to point Noodl AI to local running Ollama models (for free), rather than using the OpenAI API endpoint!
Windows 10, Python 3.11
Windows 10, Docker Desktop, stock pwd.yml file. Running `docker compose -f pwd.yml up -d` gives this output in docker: There's no log output in the configurator container, but the log...