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

Add LanceDB data loader with FastAPI endpoints #27

Merged
merged 17 commits into from
Sep 24, 2023
Merged

Add LanceDB data loader with FastAPI endpoints #27

merged 17 commits into from
Sep 24, 2023

Conversation

prrao87
Copy link
Owner

@prrao87 prrao87 commented May 5, 2023

LanceDB is a new vector store built on top of a storage format, lance, written from the ground up in Rust. More experiments coming soon, but it's more like a serverless vector store that can scale horizontally with fast OLAP query response times (like parquet, but more than 1000x faster according to initial benchmarks).

@prrao87 prrao87 added the do not merge work in progress or needs further feedback label May 8, 2023
@prrao87 prrao87 changed the title Testing out LanceDB Add LanceDB data loader with FastAPI endpoints Sep 24, 2023
@prrao87 prrao87 added enhancement New feature or request and removed do not merge work in progress or needs further feedback labels Sep 24, 2023
@prrao87
Copy link
Owner Author

prrao87 commented Sep 24, 2023

The latest commits fix #28

@prrao87 prrao87 linked an issue Sep 24, 2023 that may be closed by this pull request
@prrao87 prrao87 merged commit c79d03b into main Sep 24, 2023
1 check passed
@prrao87 prrao87 deleted the lancedb branch October 23, 2023 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix missing column value in LanceDB
2 participants