Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code not running issue with EvaDB #10

Open
roti1974 opened this issue Feb 18, 2024 · 0 comments
Open

Code not running issue with EvaDB #10

roti1974 opened this issue Feb 18, 2024 · 0 comments

Comments

@roti1974
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant