|
@@ -76,7 +76,7 @@ class EmbedChain:
|
|
try:
|
|
try:
|
|
DataType(source)
|
|
DataType(source)
|
|
logging.warning(
|
|
logging.warning(
|
|
- f"""Starting from version v0.0.39, Embedchain can automatically detect the data type. So, in the `add` method, the argument order has changed. You no longer need to specify '{source}' for the `source` argument. So the code snippet will be `.add("{data_type}", "{source}")`""" # noqa #E501
|
|
|
|
|
|
+ f"""Starting from version v0.0.40, Embedchain can automatically detect the data type. So, in the `add` method, the argument order has changed. You no longer need to specify '{source}' for the `source` argument. So the code snippet will be `.add("{data_type}", "{source}")`""" # noqa #E501
|
|
)
|
|
)
|
|
logging.warning(
|
|
logging.warning(
|
|
"Embedchain is swapping the arguments for you. This functionality might be deprecated in the future, so please adjust your code." # noqa #E501
|
|
"Embedchain is swapping the arguments for you. This functionality might be deprecated in the future, so please adjust your code." # noqa #E501
|