Skip to content

Conversation

@kylediaz
Copy link
Contributor

@kylediaz kylediaz commented Dec 5, 2025

Screenshot 2025-12-05 at 11.22.37 AM.png

@github-actions
Copy link

github-actions bot commented Dec 5, 2025

Reviewer Checklist

Please leverage this checklist to ensure your code review is thorough before approving

Testing, Bugs, Errors, Logs, Documentation

  • Can you think of any use case in which the code does not behave as intended? Have they been tested?
  • Can you think of any inputs or external events that could break the code? Is user input validated and safe? Have they been tested?
  • If appropriate, are there adequate property based tests?
  • If appropriate, are there adequate unit tests?
  • Should any logging, debugging, tracing information be added or removed?
  • Are error messages user-friendly?
  • Have all documentation changes needed been made?
  • Have all non-obvious changes been commented?

System Compatibility

  • Are there any potential impacts on other parts of the system or backward compatibility?
  • Does this change intersect with any items on our roadmap, and if so, is there a plan for fitting them together?

Quality

  • Is this code of a unexpectedly high quality (Readability, Modularity, Intuitiveness)

Copy link
Contributor Author

kylediaz commented Dec 5, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@kylediaz kylediaz marked this pull request as ready for review December 5, 2025 19:23
@propel-code-bot
Copy link
Contributor

propel-code-bot bot commented Dec 5, 2025

Document sparse embedding functions and reorganize cloud nav

Introduces a new sparse-embedding-functions.md reference page covering available sparse embedding integrations and providing Python/TypeScript scaffolding for implementing custom SparseEmbeddingFunctions. Updates the cloud docs sidebar to group sparse content under a dedicated sparse-embeddings subsection and adds a redirect so legacy /cloud/schema/sparse-vector-search links resolve to the new location.

Key Changes

• Added docs/docs.trychroma.com/markdoc/content/cloud/sparse-embeddings/sparse-embedding-functions.md describing built-in sparse embedding functions and custom extension patterns in Python and TypeScript.
• Reorganized docs/docs.trychroma.com/markdoc/content/sidebar-config.ts to introduce a sparse-embeddings subsection with links to sparse-vector-search and the new sparse-embedding-functions page.
• Extended docs/docs.trychroma.com/middleware.ts redirect map so legacy /cloud/schema/sparse-vector-search requests land on /cloud/sparse-embeddings/sparse-vector-search.

Affected Areas

docs/docs.trychroma.com/markdoc/content/cloud/sparse-embeddings/sparse-embedding-functions.md
docs/docs.trychroma.com/markdoc/content/sidebar-config.ts
docs/docs.trychroma.com/middleware.ts
docs/docs.trychroma.com/markdoc/content/cloud/sparse-embeddings/sparse-vector-search.md

This summary was automatically generated by @propel-code-bot

…s/sparse-embedding-functions.md

Co-authored-by: propel-code-bot[bot] <203372662+propel-code-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants