Skip to content

update: samples now work with new version#23

Merged
Billa-Man merged 2 commits intomainfrom
sohith/version-updates
Feb 18, 2026
Merged

update: samples now work with new version#23
Billa-Man merged 2 commits intomainfrom
sohith/version-updates

Conversation

@Billa-Man
Copy link
Copy Markdown
Collaborator

@Billa-Man Billa-Man commented Feb 18, 2026

Pull Request Checklist

Please ensure that your PR meets the following requirements:

  • I have read the CONTRIBUTING guide.
  • I have updated the documentation (if applicable).
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Feb 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
moss-samples Ready Ready Preview, Comment Feb 18, 2026 10:01pm

Request Review

Copy link
Copy Markdown

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repo’s Moss SDK samples and dependency pins so the Python/TypeScript/Next.js examples align with newer Moss SDK releases and updated response shapes (job-based responses).

Changes:

  • Bump Moss SDK dependency versions across Python and JavaScript/TypeScript samples.
  • Update sample code to new SDK APIs/types (e.g., MutationOptions, job-oriented return values, createIndex options object).
  • Refresh supporting configs (Python >=3.10 for the LiveKit agent, broader .env.* ignores, notebook install commands).

Reviewed changes

Copilot reviewed 13 out of 16 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
python/requirements.txt Pins inferedge-moss to >=1.0.0b15.
python/custom_embedding_sample.py Migrates from AddDocumentsOptions to MutationOptions and prints job-style results.
python/comprehensive_sample.py Updates logging to reflect job-style results and switches add options to MutationOptions.
pipecat-moss/pipecat-quickstart/create-index.py Updates create_index call to new keyword argument name (name=).
next-js/package.json Bumps @inferedge/moss to ^1.0.0-beta.7.
next-js/package-lock.json Lockfile updates for the @inferedge/moss bump (and associated metadata changes).
livekit-moss-vercel/livekit-voice-agent/livekit-moss-agent/pyproject.toml Raises Python floor to 3.10 and pins inferedge-moss>=1.0.0b15; updates tooling targets.
livekit-moss-vercel/livekit-voice-agent/livekit-moss-agent/create_index.py Updates output to job-style result fields.
javascript/package.json Bumps @inferedge/moss to ^1.0.0-beta.7.
javascript/package-lock.json Lockfile updates for the @inferedge/moss bump (and associated metadata changes).
javascript/custom_embedding_sample.ts Updates logging to job-style result fields.
javascript/comprehensive_sample.ts Updates imports and API usage for new SDK signatures/return values; refreshes header requirements.
cookbook/langchain/pyproject.toml Pins inferedge-moss>=1.0.0b15.
cookbook/langchain/moss_langchain.ipynb Updates install cell to require inferedge-moss>=1.0.0b15.
cookbook/dspy/dspy.ipynb Updates install cell and removes captured install output.
.gitignore Ignores .env.* and Claude-related artifacts.
Files not reviewed (2)
  • javascript/package-lock.json: Language not supported
  • next-js/package-lock.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread cookbook/dspy/dspy.ipynb Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Billa-Man Billa-Man force-pushed the sohith/version-updates branch from bd27bc2 to 369da33 Compare February 18, 2026 22:15
@Billa-Man Billa-Man merged commit f2e4bc4 into main Feb 18, 2026
8 checks passed
@Billa-Man Billa-Man deleted the sohith/version-updates branch February 18, 2026 22:16
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.

3 participants