rag-demystified icon indicating copy to clipboard operation
rag-demystified copied to clipboard

Code not running issue with EvaDB

Open roti1974 opened this issue 1 year ago • 0 comments

Had issue after installaiton

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "c:\Users\Home\rag-demystified\complex_qa.py", line 164, in vector_stores = generate_vector_stores(cursor, wiki_docs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\Users\Home\rag-demystified\complex_qa.py", line 32, in generate_vector_stores cursor.query(f"DROP TABLE IF EXISTS {doc};").df() File "c:\Users\Home\AppData\Local\Programs\Python\Python312\Lib\site-packages\evadb\interfaces\relational\relation.py", line 123, in df batch = self.execute(drop_alias=drop_alias) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\Users\Home\AppData\Local\Programs\Python\Python312\Lib\site-packages\evadb\interfaces\relational\relation.py", line 141, in execute result = execute_statement(self._evadb, self._query_node.copy()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\Users\Home\AppData\Local\Programs\Python\Python312\Lib\site-packages\evadb\server\command_handler.py", line 53, in execute_statement batch_list = list(output) ^^^^^^^^^^^^ File "c:\Users\Home\AppData\Local\Programs\Python\Python312\Lib\site-packages\evadb\executor\plan_executor.py", line 183, in execute_plan raise ExecutorError(e) evadb.executor.executor_utils.ExecutorError: Failed to drop the image table [WinError 3] The system cannot find the path specified: 'C:\Users\Home\rag-demystified\d97cc00e26f5961aa55eccb311c7b2a5'

roti1974 avatar Feb 18 '24 00:02 roti1974