mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-25 22:29:58 +00:00
feat: support to query/index FTS on RemoteTable/AsyncTable (#1537)
Signed-off-by: BubbleCal <bubble-cal@outlook.com>
This commit is contained in:
@@ -28,7 +28,7 @@ from pydantic import BaseModel
|
||||
|
||||
class MockDB:
|
||||
def __init__(self, uri: Path):
|
||||
self.uri = uri
|
||||
self.uri = str(uri)
|
||||
self.read_consistency_interval = None
|
||||
|
||||
@functools.cached_property
|
||||
|
||||
Reference in New Issue
Block a user