mirror of
https://github.com/lancedb/lancedb.git
synced 2026-05-15 02:50:44 +00:00
Qian/query option doc (#615)
- API documentation improvement for queries (table.search) - a small bug fix for the remote API on create_table  
This commit is contained in:
@@ -104,7 +104,11 @@ class RemoteDBConnection(DBConnection):
|
||||
raise ValueError("Either data or schema must be provided.")
|
||||
if data is not None:
|
||||
data = _sanitize_data(
|
||||
data, schema, on_bad_vectors=on_bad_vectors, fill_value=fill_value
|
||||
data,
|
||||
schema,
|
||||
metadata=None,
|
||||
on_bad_vectors=on_bad_vectors,
|
||||
fill_value=fill_value,
|
||||
)
|
||||
else:
|
||||
if schema is None:
|
||||
|
||||
Reference in New Issue
Block a user