Your Environment
- Python version: 3.11.*
- Operating system: Ubuntu
- Mindsdb Python SDK version:
- Additional info if applicable:
Please describe your issue and how we can replicate it
- try to insert data to knowlegde base via a server.knowledge_base.insert
|
def insert(self, data: Union[pd.DataFrame, Query, dict], params: dict = None): |
Your Environment
Please describe your issue and how we can replicate it
mindsdb_python_sdk/mindsdb_sdk/knowledge_bases.py
Line 155 in dcd07f2