You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/jacek/work/src/artifical-business-intelligence/gooddata/tests/test_lancedb_min.py", line 16, in <module>
table = db_conn.open_table(TABLE_NAME)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/jacek/work/src/artifical-business-intelligence/.venv/lib/python3.11/site-packages/lancedb/db.py", line 446, in open_table
return LanceTable.open(self, name, index_cache_size=index_cache_size)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/jacek/work/src/artifical-business-intelligence/.venv/lib/python3.11/site-packages/lancedb/table.py", line 918, in open
raise FileNotFoundError(
FileNotFoundError: Table test does not exist.Please first call db.create_table(test, data)
Description
Input argument table_name is not respected when calling from_documents().
Instead, table is created with the default name specified in the constructor: vectorstore
System Info
LanceDB latest 0.6.11
Python 3.10
The text was updated successfully, but these errors were encountered:
jaceksan
added a commit
to jaceksan/langchain
that referenced
this issue
May 3, 2024
dosubotbot
added
🔌: openai
Primarily related to OpenAI integrations
🤖:bug
Related to a bug, vulnerability, unexpected error with an existing feature
labels
May 3, 2024
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
Description
Input argument
table_name
is not respected when callingfrom_documents()
.Instead, table is created with the default name specified in the constructor:
vectorstore
System Info
LanceDB latest 0.6.11
Python 3.10
The text was updated successfully, but these errors were encountered: