Skip to content

Commit

Permalink
Update libs/agno/agno/vectordb/lancedb/lance_db.py
Browse files Browse the repository at this point in the history
Co-authored-by: Yash Pratap Solanky <101447028+ysolanky@users.noreply.github.com>
  • Loading branch information
dirkbrnd and ysolanky authored Feb 14, 2025
1 parent 0b1e7cd commit b4d36aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/agno/agno/vectordb/lancedb/lance_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class LanceDb(VectorDb):
"""
LanceDB is a vector database that uses LanceDB as the underlying database.
LanceDb class for managing vector operations with LanceDb
Args:
uri: The URI of the LanceDB database.
Expand Down

0 comments on commit b4d36aa

Please sign in to comment.