LanceDB
JSON →A vector database server for storing, searching, and managing vector embeddings.
Install
pip install -e Tools · 3
- create_table Create a new vector table with specified name and dimension
- add_vector Add vector data with associated text metadata to a table
- search_vectors Search for similar vectors in a table with configurable result limit
Links
★ 7 GitHub stars