Skip to content

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

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

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

Conversation

@dcfocus
Copy link
Copy Markdown
Contributor

@dcfocus dcfocus commented Jan 28, 2026

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
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