Silas Marvin

Results 53 comments of Silas Marvin

Thanks for the quick responses. I'll update with some more data when I get some more time to dig into it

+1 on facing this issue. Happy to help in any way to get this fixed!

What version of `pgml` are you using? Can you run `\dx` in your database and share the output?

Closing this as it seems to be an isolated issue and most likely has to do with the version of `pgml` they are running.

I believe this was implemented in: https://github.com/postgresml/postgresml/commit/5fdbd5dc15230beb68d7bb04f9c448c6915afb3d @montanalow can you confirm before I close. We still have the UDF, but we do initialize the venv at boot: https://github.com/postgresml/postgresml/blob/61cc2858a750949fe2d7208b9ebe4d77f6123161/pgml-extension/src/lib.rs#L28 I'm not...

Logs can be printed from the server using the `eprintln!()` macro. Where those logs end up is dependent on what editor you are using. In VS Code, those logs end...

Thanks for this PR. I will look into it this weekend, but it looks really good!

Closing this as the original document is gone and we are having no known issues with pgml.transform. If this is still an issue please open another issue with the query...

The model you are using is an 11B model. It won't fit in 4GB. You can try something like: https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct

This could be pretty cool and we actually already have most of the hard part written: https://github.com/SilasMarvin/lsp-ai/blob/main/crates/lsp-ai/src/memory_backends/vector_store.rs We would need to write some configuration for which directories to crawl and...