#elixir #engineering
Semantic Search with Phoenix, Axon, and Elastic - DockYard
https://dockyard.com/blog/2022/09/28/semantic-search-with-phoenix-axon-and-elastic
Semantic Search with Phoenix, Axon, and Elastic - DockYard
https://dockyard.com/blog/2022/09/28/semantic-search-with-phoenix-axon-and-elastic
DockYard
Semantic Search with Phoenix, Axon, and Elastic - DockYard
Learn how to to create a semantic search tool for matching wines to users from natural language queries in pure Elixir
#elixir #engineering
Unlocking the power of Transformers with Bumblebee - DockYard
https://dockyard.com/blog/2022/12/15/unlocking-the-power-of-transformers-with-bumblebee
Unlocking the power of Transformers with Bumblebee - DockYard
https://dockyard.com/blog/2022/12/15/unlocking-the-power-of-transformers-with-bumblebee
DockYard
Unlocking the power of Transformers with Bumblebee - DockYard
The new Bumblebee library lets you use Elixir and integrate with popular model hubs, including HuggingFace Hub.
#elixir #phoenix
Custom styling with LiveView function component attributes
https://fly.io/phoenix-files/customizable-classes-lv-component/
Custom styling with LiveView function component attributes
https://fly.io/phoenix-files/customizable-classes-lv-component/
Fly
Custom styling with LiveView function component attributes
Using LiveView function components attributes to add new CSS classes to our component's default ones.
#elixir #engineering
Semantic Search with Phoenix, Axon, Bumblebee, and ExFaiss - DockYard
https://dockyard.com/blog/2023/01/11/semantic-search-with-phoenix-axon-bumblebee-and-exfaiss
Semantic Search with Phoenix, Axon, Bumblebee, and ExFaiss - DockYard
https://dockyard.com/blog/2023/01/11/semantic-search-with-phoenix-axon-bumblebee-and-exfaiss
DockYard
Semantic Search with Phoenix, Axon, Bumblebee, and ExFaiss - DockYard
With Bumblebee, you can run semantic searches without using Elasticsearch.
#elixir #ai
Streaming GPT-3 Responses with Elixir and LiveView
https://seanmoriarity.com/2023/02/16/streaming-gpt-3-responses-with-elixir-and-liveview/
Streaming GPT-3 Responses with Elixir and LiveView
https://seanmoriarity.com/2023/02/16/streaming-gpt-3-responses-with-elixir-and-liveview/
Sean Moriarity
Streaming GPT-3 Responses with Elixir and LiveView
Iβve updated this post to use the ChatGPT API. You can find the updated version here: I was recently messing around with the GPT-3 API and wanted to recreate the streaming generation effect tβ¦
#elixir
Canβt Live `with` It, Canβt Live `with`out It - Erlang Solutions
https://www.erlang-solutions.com/blog/cant-live-with-it-cant-live-without-it/
Canβt Live `with` It, Canβt Live `with`out It - Erlang Solutions
https://www.erlang-solutions.com/blog/cant-live-with-it-cant-live-without-it/
Erlang Solutions
Canβt Live `with` It, Canβt Live `with`out It - Erlang Solutions
'with' is a powerful tool in Elixir, but it's not without its quirks. This blog will help you understand how to use it best and how to manage unexpected behaviours.
#elixir #phoenix
Phoenix 1.7.0 released: Built-in Tailwind, Verified Routes, LiveView Streams, and what's next
https://www.phoenixframework.org/blog/phoenix-1.7-final-released
Phoenix 1.7.0 released: Built-in Tailwind, Verified Routes, LiveView Streams, and what's next
https://www.phoenixframework.org/blog/phoenix-1.7-final-released
www.phoenixframework.org
Phoenix 1.7.0 released: Built-in Tailwind, Verified Routes, LiveView Streams, and what's next - Phoenix Blog
Phoenix 1.7.0 is here! This releases includes major new features, component-based generators, updated conventions, LiveView Streams, and more!
#elixir
Using cursor-based pagination to fetch large amounts of data using Ecto in Elixir | AppUnite
https://appunite.com/blog/using-cursor-based-pagination-to-fetch-large-amounts-of-data-using-ecto-in-elixir
Using cursor-based pagination to fetch large amounts of data using Ecto in Elixir | AppUnite
https://appunite.com/blog/using-cursor-based-pagination-to-fetch-large-amounts-of-data-using-ecto-in-elixir
Appunite Tech Blog
Using cursor-based pagination to fetch large amounts of data using Ecto in Elixir | Appunite Tech Blog
#elixir
An Introduction to Test Factories and Fixtures for Elixir | AppSignal Blog
https://blog.appsignal.com/2023/02/28/an-introduction-to-test-factories-and-fixtures-for-elixir.html
An Introduction to Test Factories and Fixtures for Elixir | AppSignal Blog
https://blog.appsignal.com/2023/02/28/an-introduction-to-test-factories-and-fixtures-for-elixir.html
Appsignal
An Introduction to Test Factories and Fixtures for Elixir | AppSignal Blog
In the first part of this three-part series, we'll give an overview of Elixir test factories and fixtures.
#elixir #engineering
How to Add Feature Flags in a Phoenix Application Using fun_with_flags - DockYard
https://dockyard.com/blog/2023/02/28/how-to-add-feature-flags-in-a-phoenix-application-using-fun_with_flags
How to Add Feature Flags in a Phoenix Application Using fun_with_flags - DockYard
https://dockyard.com/blog/2023/02/28/how-to-add-feature-flags-in-a-phoenix-application-using-fun_with_flags
DockYard
How to Add Feature Flags in a Phoenix Application Using fun_with_flags - DockYard
You can use feature flags to gain greater control over features during runtime.