-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
status: invalidThis doesn't seem rightThis doesn't seem righttype: bugSomething isn't workingSomething isn't working
Description
Describe the bug
When I use this code to check whether table exist or not?
# Check if table exists
if not client.has_collection(table_name):
logger.warning(
f"Table {table_name} does not exist, returning default component_mapping"
)
return component_mapping.copy()
it will report this table doesn't exist.
Environment
Fast reproduce steps
I have check source code of "client.has_collection(table_name)"
I will use "describe {table_name}" but I doesn't know why it failed.
Expected behavior
No response
Actual behavior
No response
Additional context
The whole source code locate at https://github.com/ob-labs/ChatBot
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: invalidThis doesn't seem rightThis doesn't seem righttype: bugSomething isn't workingSomething isn't working