Skip to content

feat: add embedding parameter to Context.add()#31

Merged
beinan merged 1 commit into
lance-format:mainfrom
dcfocus:feat/embedding-support
Jan 28, 2026
Merged

feat: add embedding parameter to Context.add()#31
beinan merged 1 commit into
lance-format:mainfrom
dcfocus:feat/embedding-support

Conversation

@dcfocus

@dcfocus dcfocus commented Jan 28, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add optional embedding parameter to Context.add() API
  • Enables users to store embeddings for semantic search

Closes #25

Test plan

  • Added unit tests for embedding parameter
  • Manual test with real embeddings

Exposes the embedding field so users can store vectors for semantic search.
@beinan beinan merged commit fa6205d into lance-format:main Jan 28, 2026
3 checks passed
@dcfocus dcfocus deleted the feat/embedding-support branch June 27, 2026 19:10
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.

feat: Add embedding support to Context.add() API

2 participants