mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-05 11:22:58 +00:00
ci: fix docs build (#496)
python/python.md contains typos in the class references --------- Co-authored-by: Chang She <chang@lancedb.com>
This commit is contained in:
@@ -385,7 +385,7 @@ def test_add_with_embedding_function(db):
|
||||
|
||||
class MyTable(LanceModel):
|
||||
text: str = emb.SourceField()
|
||||
vector: Vector(emb.ndims) = emb.VectorField()
|
||||
vector: Vector(emb.ndims()) = emb.VectorField()
|
||||
|
||||
table = LanceTable.create(db, "my_table", schema=MyTable)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user