Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPIC: Drop support for old vectordb SDKs #1251

Open
1 of 10 tasks
wjones127 opened this issue Apr 29, 2024 · 1 comment
Open
1 of 10 tasks

EPIC: Drop support for old vectordb SDKs #1251

wjones127 opened this issue Apr 29, 2024 · 1 comment
Assignees
Labels
typescript Typescript / javascript

Comments

@wjones127
Copy link
Contributor

wjones127 commented Apr 29, 2024

We have old vectordb SDKs in Rust and Javascript. We would like to drop support in favor of the newer lancedb SDKs, so we don't have to maintain two different SDKs.

Part 1: Feature parity

What features do we need in newer SDKs to have parity with old ones?

Part 2: Cleanup

What do we need to do to wrap up the old SDKs

@westonpace
Copy link
Contributor

I had started a somewhat similarly-intentioned list here: #996 However, I think they are slightly different. I added #994 as I think that is the main feature gap between vectordb and lancedb today. Almost all of the examples use embedding functions in some way and so I struggled to switch over the docs and eventually abandoned it for now.

@universalmind303 universalmind303 added the typescript Typescript / javascript label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typescript Typescript / javascript
Projects
None yet
Development

No branches or pull requests

3 participants