{"id":26085012,"url":"https://github.com/atgreen/cl-embeddings","last_synced_at":"2026-02-01T22:33:32.206Z","repository":{"id":229932162,"uuid":"778039851","full_name":"atgreen/cl-embeddings","owner":"atgreen","description":"A Common Lisp embeddings library","archived":false,"fork":false,"pushed_at":"2024-04-06T17:41:15.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-06T18:36:59.570Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atgreen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-27T00:50:25.000Z","updated_at":"2024-03-29T06:26:59.000Z","dependencies_parsed_at":"2024-04-06T18:43:25.326Z","dependency_job_id":null,"html_url":"https://github.com/atgreen/cl-embeddings","commit_stats":null,"previous_names":["atgreen/cl-embeddings"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atgreen%2Fcl-embeddings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atgreen%2Fcl-embeddings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atgreen%2Fcl-embeddings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atgreen%2Fcl-embeddings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atgreen","download_url":"https://codeload.github.com/atgreen/cl-embeddings/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242646213,"owners_count":20162851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-09T05:01:29.221Z","updated_at":"2026-02-01T22:33:32.151Z","avatar_url":"https://github.com/atgreen.png","language":"Common Lisp","readme":"# cl-embeddings\n\u003e A Common Lisp embeddings library\n\nUsage\n------\n\n`cl-embeddings` is available via [ocicl](https://github.com/ocicl/ocicl).  Install it like so:\n```\n$ ocicl install embeddings\n```\n\n`cl-embeddings` supports both [ollama](https://ollama.com/) and [OpenAI](https://openai.com/blog/openai-api) APIs.\n\nUse ollama models like so:\n```\n(let ((embedder (make-instance 'ollama-embeddings :model \"mistral:latest\")))\n  (get-embeddings embedder \"This is some text.\"))\n```\n\nAnd use OpenAI models like so:\n```\n(let ((embedder (make-instance 'openai-embeddings :api-key OPENAI-API-KEY)))\n  (get-embeddings embedder \"This is some text.\"))\n```\n\nRelated Projects\n-----------------\n\n* [cl-text-splitter](https://github.com/atgreen/cl-text-splitter): a text splitting library\n* [cl-completions](https://github.com/atgreen/cl-completions): an LLM completions library\n* [cl-chroma](https://github.com/atgreen/cl-chroma): for a Lisp interface to the [Chroma](https://www.trychroma.com/) vector database.\n* [cl-chat](https://github.com/atgreen/cl-chat): a wrapper around `completions` to maintain chat history,\n\nAuthor and License\n-------------------\n\n``cl-embeddings`` was written by [Anthony\nGreen](https://github.com/atgreen) and is distributed under the terms\nof the MIT license.\n","funding_links":[],"categories":["Recently Updated","Machine Learning"],"sub_categories":["[Mar 08, 2025](/content/2025/03/08/README.md)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatgreen%2Fcl-embeddings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatgreen%2Fcl-embeddings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatgreen%2Fcl-embeddings/lists"}