Skip to content

Commit e9aa072

Browse files
committed
updated list of libs
1 parent 38a2b36 commit e9aa072

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

content/en/docs/resources/libs.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title : "Tools and libraries"
33
description: "Clojure tools and libraries for data and science"
44
lead: "Clojure tools and libraries for data and science"
55
date: 2022-02-14
6-
lastmod: 2024-03-26
6+
lastmod: 2024-05-21
77
draft: false
88
weight: 31
99
images: []
@@ -204,6 +204,7 @@ In addition to a few of the tools mentioned above, here is a list of dedicated t
204204
- [Bosquet](https://github.com/zmedelis/bosquet) :star: (`act`): `llm` - LLMOps for Large Language Model based applications
205205
- [llama.clj](https://github.com/phronmophobic/llama.clj) :star: (`act`): `llm` - A wrapper of [llama.cpp](https://github.com/ggerganov/llama.cpp)
206206
- [clip.clj](https://github.com/phronmophobic/clip.clj) :star: (`act`): `llm` - A wrapper for [clip.cpp](https://github.com/monatis/clip.cpp) for embeddins of images and text
207+
- [Ragcats](https://github.com/constacts/ragtacts) :star: (`act`): `llm` - A set of functions for building LLM applications including RAGs.
207208
- [cohere-clojure](https://github.com/danielsz/cohere-clojure) :star: (`act`): `llm` - An Unofficial port of the [Cohere](https://docs.cohere.com/docs) SDK
208209
- [openai-clojure](https://github.com/wkok/openai-clojure) :star: (`act`): `llm` - A wrapper of the [OpenAI API](https://platform.openai.com/docs/introduction) and [Azure OpenAI API](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference)
209210
- [openai-api](https://github.com/pmatiello/openai-api) :star: (`act`): `llm` - A wrapper of the [OpenAI API](https://platform.openai.com/docs/introduction)
@@ -251,4 +252,4 @@ In addition to a few of the tools mentioned above, here is a list of dedicated t
251252
- [rp-jackdaw-clj](https://github.com/rentpath/rp-jackdaw-clj): - various components for interacting with Kafka using Jackdaw
252253

253254
## Datasets
254-
- [hdfs-clj](https://github.com/zmedelis/hfds-clj) :star: (`act`): - Access to HuggingFace datasets via Clojure
255+
- [hdfs-clj](https://github.com/zmedelis/hfds-clj) :star: (`act`): - Access to HuggingFace datasets via Clojure

content/en/docs/resources/model.edn

+6
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,12 @@
781781
:tags #{:act :llm},
782782
:star :star,
783783
:description "A wrapper for [clip.cpp](https://github.com/monatis/clip.cpp) for embeddins of images and text"}
784+
{:lib/name "Ragcats",
785+
:lib/url "https://github.com/constacts/ragtacts"
786+
:lib/category :large-language-models,
787+
:tags #{:act :llm},
788+
:star :star,
789+
:description "A set of functions for building LLM applications including RAGs."}
784790
{:lib/name "cohere-clojure",
785791
:lib/url "https://github.com/danielsz/cohere-clojure",
786792
:lib/category :large-language-models,

0 commit comments

Comments
 (0)