File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
lib/algora_web/components Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ defmodule AlgoraWeb.Components.TechBadge do
5353 defp icon_url ( "livekit" ) , do: "https://avatars.githubusercontent.com/u/69438833?s=200&v=4"
5454 defp icon_url ( "webrtc" ) , do: "https://avatars.githubusercontent.com/u/10526312?s=200&v=4"
5555 defp icon_url ( "snowflake" ) , do: "https://avatars.githubusercontent.com/u/6453780?s=200&v=4"
56+ defp icon_url ( "langchain" ) , do: "https://avatars.githubusercontent.com/u/126733545?s=200&v=4"
57+ defp icon_url ( "llamaindex" ) , do: "https://avatars.githubusercontent.com/u/130722866?s=200&v=4"
58+ defp icon_url ( "pinecone" ) , do: "https://avatars.githubusercontent.com/u/54333248?s=200&v=4"
59+ defp icon_url ( "lancedb" ) , do: "https://avatars.githubusercontent.com/u/108903835?s=200&v=4"
5660 defp icon_url ( tech ) , do: "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/#{ icon_path ( tech ) } "
5761
5862 defp icon_path ( "aws" ) , do: "amazonwebservices/amazonwebservices-plain-wordmark.svg"
@@ -176,6 +180,9 @@ defmodule AlgoraWeb.Components.TechBadge do
176180 "llm foundry" ->
177181 "llmfoundry"
178182
183+ "openai apis" ->
184+ "openai"
185+
179186 t ->
180187 t
181188 |> String . replace ( "+" , "plus" )
@@ -300,7 +307,11 @@ defmodule AlgoraWeb.Components.TechBadge do
300307 "LiveKit" ,
301308 "WebRTC" ,
302309 "SQL" ,
303- "Snowflake"
310+ "Snowflake" ,
311+ "LangChain" ,
312+ "LlamaIndex" ,
313+ "Pinecone" ,
314+ "LanceDB"
304315 ]
305316 end
306317end
You can’t perform that action at this time.
0 commit comments