Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
smarvin2
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Wasmind – A framework for building massively parallel agentic systems
(github.com)
3 points
by
smarvin2
1y ago
|
0 comments
2.
▲
A Guide to Home Row Mods
(precondition.github.io)
1 points
by
smarvin2
1y ago
|
0 comments
3.
▲
by
smarvin2
2y ago
This section of the docs may be confusing. What you described will actually almost work. See: https://postgresml.org/docs/open-source/korvus/guides/rag#ra...
4.
▲
by
smarvin2
2y ago
It does work by running the LLM on the database server but you can configure the LLM to run on the GPU
5.
▲
by
smarvin2
2y ago
You can use Korvus for search and feed the results to an external model
6.
▲
by
smarvin2
2y ago
Great question! Making calls to external services is not something we plan to support. The point of Korvus is to write SQL queries that take advantage of the pgml and pgvector extensions. Making calls to external services is something that
7.
▲
by
smarvin2
2y ago
Unfortunately the pgml extension does not work on AWS RDS so there is not.
8.
▲
by
smarvin2
2y ago
You can totally use an existing postgres database. Just make sure to install the pgvector and pgml postgres extensions and it will work!
9.
▲
by
smarvin2
2y ago
We would love help developing a Ruby SDK! We programmatically generate our Python, JavaScript, and C bindings from our Rust library. Check out the rust-bridge folder for more info on how we do that.
10.
▲
The Composable Data Management System Manifesto [pdf]
(vldb.org)
2 points
by
smarvin2
2y ago
|
0 comments
11.
▲
Programming Projects for Advanced Beginners #1: ASCII Art
(robertheaton.com)
1 points
by
smarvin2
2y ago
|
0 comments
12.
▲
by
smarvin2
2y ago
I think there are a couple things worth noting here: Semantic search performs well at capturing documents keyword search misses. As noted in the article, when searching for exact keywords, keyword will outperform semantic search. It is when
13.
▲
by
smarvin2
2y ago
Hey thanks for bringing this up. I'm not able to reproduce the error you are getting. I just ran `cargo install lsp-ai -F llama_cpp -F metal` on my mac and received no errors and a clean install. Can give me the full output of your com
14.
▲
by
smarvin2
2y ago
LSP-AI is meant to work with plugins. It can provide auto complete features without them, but to have the kind of experience Copilot provides with VS Code, you will need editor specific plugins. LSP-AI makes writing these plugins easier. Ch
15.
▲
by
smarvin2
2y ago
Most editors should let you use multiple language severs at once, they merge the results together which can be annoying. LSP-AI is not meant to replace plugins. It works best when wrapped and used by a plugin. Our VS Code plugin is a great
16.
▲
by
smarvin2
2y ago
Thank you! Let me know if there are features you are wanting that are currently missing!
17.
▲
by
smarvin2
2y ago
You can specify FIM objective models for completion. I find that Codestral from Mistral works pretty well. That next stage is currently what I am working. I'm building out a code splitter using TreeSitter right now and already have exp
18.
▲
by
smarvin2
2y ago
There are no docs for configuration for Emacs. That is something we need to add! I don't have experience using emacs, but if anyone does and wants to create an issue with some examples that would be awesome, otherwise I can find some t
19.
▲
by
smarvin2
2y ago
Of course, let me know how it goes and if I can help with anything else
20.
▲
by
smarvin2
2y ago
You have complete control over the prompt configuration for LSP-AI. Feel free to check out the prompt section on our wiki: https://github.com/SilasMarvin/lsp-ai/wiki/Prompting It is very much still a work in
21.
▲
by
smarvin2
2y ago
Yes! I would love to hear your thoughts on our current features and roadmap. If you have any ideas or want to contribute, feel free to make a github issue.
22.
▲
by
smarvin2
2y ago
These are all awesome projects! After skimming them, one big difference between these and LSP-AI is that LSP-AI is a language server. That means we work out of the box with almost all popular text editors and IDEs, you don't need any p
23.
▲
by
smarvin2
2y ago
This is actually what we are working on adding next! We are working on code crawling and a vector search for better context gathering. Stay tuned for some more info on this
24.
▲
by
smarvin2
2y ago
Hey everyone! Thank you so much for posting and upvoting this. Just wanted to say I'm the primary author here and happy to try and answer any questions anyone might have! Feel free to ask away here! This is a very new project and we ha
25.
▲
Play Conway's Game of Life Through Time
(silasmarvin.dev)
1 points
by
smarvin2
2y ago
|
0 comments
26.
▲
Visualizing Conway's Game of Life Through Time
(silasmarvin.dev)
2 points
by
smarvin2
2y ago
|
0 comments
27.
▲
Shenanigans with Rust – A Minimal Rust Pipe Macro
(twitter.com)
2 points
by
smarvin2
2y ago
|
0 comments
28.
▲
Zero to RAG – Circumventing the Limits of Modern LLMs
(postgresml.org)
2 points
by
smarvin2
3y ago
|
0 comments
29.
▲
by
smarvin2
3y ago
Thanks for checking it out! Sorry you had some issues I'll look into it. We are still actively building out our documentation. You can find the current docs here: https://postgresml.org/docs/introduction/machi
30.
▲
by
smarvin2
3y ago
I'm not sure if something like that already exists, but you could absolutely build it with this! Feel free to jump into our discord with any questions you have
More ›