Joël Koch
joelkoch.dev
Joël Koch
@joelkoch.dev
There is also this project you could try: hex-mcp.9elements.com
And I'm working on a different approach I hope I can share soon. No idea how it will perform though.
I started creating a small dataset so we can evaluate all these tools.
Hex MCP Server - Package Versions for AI Tools
Help AI tools like Cursor to automatically use the correct package versions when adding them to your Elixir projects.
hex-mcp.9elements.com
March 11, 2025 at 2:47 PM
With that you'll need two ecto repos and take care of backups, so I guess it depends on your needs whether it's a good fit.
January 7, 2025 at 9:54 AM
You can try sqlite-vec with this wrapper: github.com/joelpaulkoch...
Add the dependency from GitHub, not from hex
GitHub - joelpaulkoch/sqlite_vec: A wrapper to use sqlite-vec in Elixir
A wrapper to use sqlite-vec in Elixir. Contribute to joelpaulkoch/sqlite_vec development by creating an account on GitHub.
github.com
January 7, 2025 at 9:27 AM
Here is another way for a single query context function, you can basically copy paste this snippet and adapt the filters. elixirforum.com/t/how-to-str...
How to structure a large live view app?
I am suggesting a technique I learned from the book Absinthe/GraphQL… For example… def list_requests_query(criteria \\ []) do query = from(p in Request) Enum.reduce(criteria, query, fn ...
elixirforum.com
December 28, 2024 at 9:53 PM
So cool!
December 12, 2024 at 3:13 PM