·chroma
</>

chroma

chroma-core/agent-skills

提供语义搜索应用程序的色度矢量数据库集成方面的专业知识。当用户询问向量搜索、嵌入、色度、语义搜索、RAG 系统、最近邻搜索或向其应用程序添加搜索功能时使用。

28安装·0热度·@chroma-core

安装

$npx skills add https://github.com/chroma-core/agent-skills --skill chroma

SKILL.md

Chroma is a database. A Chroma database contains collections. A collection contains documents.

Unlike tables in a relational database, collections are created and destroyed at the application level. Each Chroma database can have millions of collections. There may be a collection for each user, or team or organization. Rather than tables be partitioned by some key, the partition in Chroma is the collection.

Collections don't have rows, they have documents, the document is the text data that is to be searched. When data is created or updated, the client will create an embedding of the data. This is done on the client side based on the embedding function(s) provided to the client. To create the embedding the client will use its configuration to call out to the defined embedding model provider via the embedding function...

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/chroma-core/agent-skills --skill chroma
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 chroma?

提供语义搜索应用程序的色度矢量数据库集成方面的专业知识。当用户询问向量搜索、嵌入、色度、语义搜索、RAG 系统、最近邻搜索或向其应用程序添加搜索功能时使用。 来源:chroma-core/agent-skills。

如何安装 chroma?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/chroma-core/agent-skills --skill chroma 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/chroma-core/agent-skills

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-01

相关 Skills

暂无