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
ERROR: Traceback (most recent call last):
File "/app/.venv/lib/python3.12/site-packages/starlette/routing.py", line 693, in lifespan
async with self.lifespan_context(app) as maybe_state:
File "/usr/local/lib/python3.12/contextlib.py", line 204, in aenter
return await anext(self.gen)
^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.12/site-packages/fastapi/routing.py", line 133, in merged_lifespan
async with original_context(app) as maybe_original_state:
File "/usr/local/lib/python3.12/contextlib.py", line 204, in aenter
return await anext(self.gen)
^^^^^^^^^^^^^^^^^^^^^
File "/src/main.py", line 30, in lifespan
app.state.service_container = create_service_container(pipe_components, settings)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/globals.py", line 99, in create_service_container
"sql_pairs_retrieval": retrieval.SqlPairsRetrieval(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/pipelines/retrieval/sql_pairs_retrieval.py", line 112, in init
store = document_store_provider.get_store(dataset_name="sql_pairs")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/providers/document_store/qdrant.py", line 374, in get_store
return AsyncQdrantDocumentStore(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/providers/document_store/qdrant.py", line 161, in init
self.client.create_payload_index(
^^^^^^^^^^^
File "/app/.venv/lib/python3.12/site-packages/haystack_integrations/document_stores/qdrant/document_store.py", line 280, in client
self._set_up_collection(
File "/app/.venv/lib/python3.12/site-packages/haystack_integrations/document_stores/qdrant/document_store.py", line 916, in _set_up_collection
raise ValueError(msg)
ValueError: Collection 'sql_pairs' already exists in Qdrant, but it is configured with a vector size '768'. If you want to use that collection, but with a different vector size, please set recreate_collection=True argument.
ERROR: Application startup failed. Exiting.
The text was updated successfully, but these errors were encountered:
ERROR: Traceback (most recent call last):
File "/app/.venv/lib/python3.12/site-packages/starlette/routing.py", line 693, in lifespan
async with self.lifespan_context(app) as maybe_state:
File "/usr/local/lib/python3.12/contextlib.py", line 204, in aenter
return await anext(self.gen)
^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.12/site-packages/fastapi/routing.py", line 133, in merged_lifespan
async with original_context(app) as maybe_original_state:
File "/usr/local/lib/python3.12/contextlib.py", line 204, in aenter
return await anext(self.gen)
^^^^^^^^^^^^^^^^^^^^^
File "/src/main.py", line 30, in lifespan
app.state.service_container = create_service_container(pipe_components, settings)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/globals.py", line 99, in create_service_container
"sql_pairs_retrieval": retrieval.SqlPairsRetrieval(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/pipelines/retrieval/sql_pairs_retrieval.py", line 112, in init
store = document_store_provider.get_store(dataset_name="sql_pairs")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/providers/document_store/qdrant.py", line 374, in get_store
return AsyncQdrantDocumentStore(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/providers/document_store/qdrant.py", line 161, in init
self.client.create_payload_index(
^^^^^^^^^^^
File "/app/.venv/lib/python3.12/site-packages/haystack_integrations/document_stores/qdrant/document_store.py", line 280, in client
self._set_up_collection(
File "/app/.venv/lib/python3.12/site-packages/haystack_integrations/document_stores/qdrant/document_store.py", line 916, in _set_up_collection
raise ValueError(msg)
ValueError: Collection 'sql_pairs' already exists in Qdrant, but it is configured with a vector size '768'. If you want to use that collection, but with a different vector size, please set
recreate_collection=True
argument.ERROR: Application startup failed. Exiting.
The text was updated successfully, but these errors were encountered: