mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-23 05:19:58 +00:00
initial mkdocs config
This commit is contained in:
19
docs/docs/index.md
Normal file
19
docs/docs/index.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Welcome to LanceDB's Documentation
|
||||
|
||||
LanceDB is an open-source, serverless, low-latency vector database for AI applications.
|
||||
|
||||
LanceDB is built with persistent storage as a first class citizen, which simplifies storage, retrieval and filtering for large-scale, cost intensive AI applications.
|
||||
|
||||
The key features of LanceDB include:
|
||||
|
||||
* Scale to billion+ vector-search all without managing servers.
|
||||
|
||||
* Combine attribute-based information with vectors and store them as a single source-of-truth.
|
||||
|
||||
* Zero-copy, automatic versioning, manage versions of your data without needing extra infrastructure.
|
||||
|
||||
* Ecosystem integrations: Apache-Arrow, Pandas, Polars, DuckDB and more on the way.
|
||||
|
||||
## Documentation Quick Links
|
||||
|
||||
* `Quick start` - search and filter a hello world vector dataset with LanceDB using the Python SDK.
|
||||
3
docs/mkdocs.yml
Normal file
3
docs/mkdocs.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
site_name: LanceDB Documentation
|
||||
theme:
|
||||
name: material
|
||||
7
rust/Cargo.lock
generated
Normal file
7
rust/Cargo.lock
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "lancedb"
|
||||
version = "0.0.1"
|
||||
Reference in New Issue
Block a user