{
"query": "Please summarize the whole context. It is important that you include a summary for each file. All files should be included, so please make sure to go through the entire context",
"namespace": "cee89d9d-78ce-4c91-9b63-c63b98860492",
"messages": [],
"stream": false,
"language_level": "",
"chat_channel": "",
"language": "German",
"tone": "neutral",
"writing_style": "standard",
"model": "gemini-1.5-flash",
"knowledgebase": "ki-dev-large",
"seed": 0,
"client_id": 0,
"all_context": true,
"follow_up_for": null,
"knowledgebase_files_count": 0,
"override_command": "",
"disable_clarity_check": true,
"high_consistency": false,
"custom_primer": "",
"logging": true,
"query_route": "",
"web_search": false
}
QUERY ROUTE
Query Route: summary
==================================================
**Elapsed Time: 1.37 seconds**
==================================================
RAG PARAMS
RAG Parameters: {'dynamically_expand': False, 'top_k': 120, 'actual_k': 120, 'satisfying_score': 0}
==================================================
**Elapsed Time: 0.00 seconds**
==================================================
VECTOR SEARCH RESULTS
Results: [{'id': '7961def4-478e-42dd-91f8-a0975844bade-0',
'metadata': {'chunk': 0.0,
'file_name': 'Yamaha_Guitars_Links.xlsx',
'page': 1.0,
'text': '| Series | Model | Yamaha '
'Link '
'|\n'
'|:-------------|:----------------|:------------------------------------------------------------------------------------------------------|\n'
'| L Series | L56 Custom ARE | '
'https://usa.yamaha.com/products/musical_instruments/guitars_basses/ac_guitars/l_series/index.html '
'|\n'
'| L Series | LJ56 Custom ARE | '
'https://usa.yamaha.com/products/musical_instruments/guitars_basses/ac_guitars/l_series/index.html '
'|\n'
'| L Series | L36 ARE | '
'https://usa.yamaha.com/products/musical_instruments/guitars_basses/ac_guitars/l_series/index.html '
'|\n'
'| A Series | A5R ARE | '
'https://usa.yamaha.com/products/musical_instruments/guitars_basses/ac_guitars/a_series/index.html '
'|\n'
'| A Series | AC5R ARE | '
'https://usa.yamaha.com/products/musical_instruments/guitars_basses/ac_guitars/a_series/index.html '
'|\n'
'| FG Red Label | FG5 | '
'https://usa.yamaha.com/products/musical_instruments/guitars_basses/ac_guitars/fg_red_label/index.html '
'|\n'
'| FG Red Label | FS5 | '
'https://usa.yamaha.com/products/musical_instruments/guitars_basses/ac_guitars/fs_red_label/index.html '
'|\n'
'| FG Series | FG800 | '
'https://usa.yamaha.com/products/musical_instruments/guitars_basses/ac_guitars/fg_series/index.html '
'|\n'
'| FG Series | FG830 | '
'https://usa.yamaha.com/products/musical_instruments/guitars_basses/ac_guitars/fg_series/index.html '
'|\n'
'| APX Series | APX600 | '
'https://usa.yamaha.com/products/musical_instruments/guitars_basses/ac_guitars/apx/index.html '
'|\n'
'| CPX Series | CPX600 | '
'https://usa.yamaha.com/products/musical_instruments/guitars_basses/ac_guitars/cpx/index.html '
'|'},
'score': 0.0,
'values': []}, {'id': 'c546483b-3a1e-4e8e-ab67-a280c6d241ec',
'metadata': {'chunk': 0.0,
'file_name': 'gemini-flash-load-test-error.txt',
'is_dict': 'no',
'text': 'ERROR: Exception in ASGI application\r\n'
'Traceback (most recent call last):\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/google/api_core/grpc_helpers.py", '
'line 76, in error_remapped_callable\r\n'
' return callable_(*args, **kwargs)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/grpc/_channel.py", '
'line 1176, in __call__\r\n'
' return _end_unary_response_blocking(state, call, '
'False, None)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/grpc/_channel.py", '
'line 1005, in _end_unary_response_blocking\r\n'
' raise _InactiveRpcError(state) # pytype: '
'disable=not-instantiable\r\n'
'grpc._channel._InactiveRpcError: <_InactiveRpcError of '
'RPC that terminated with:\r\n'
' status = StatusCode.RESOURCE_EXHAUSTED\r\n'
' details = "Quota exceeded for '
'aiplatform.googleapis.com/generate_content_requests_per_minute_per_project_per_base_model '
'with base model: gemini-1.5-pro. Please submit a quota '
'increase request. '
'https://cloud.google.com/vertex-ai/docs/generative-ai/quotas-genai."\r\n'
' debug_error_string = "UNKNOWN:Error received '
'from peer ipv4:142.250.185.234:443 '
'{created_time:"2025-01-15T09:55:26.011053973+00:00", '
'grpc_status:8, grpc_message:"Quota exceeded for '
'aiplatform.googleapis.com/generate_content_requests_per_minute_per_project_per_base_model '
'with base model: gemini-1.5-pro. Please submit a quota '
'increase request. '
'https://cloud.google.com/vertex-ai/docs/generative-ai/quotas-genai."}"\r\n'
'>\r\n'
'\r\n'
'The above exception was the direct cause of the '
'following exception:\r\n'
'\r\n'
'Traceback (most recent call last):\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/uvicorn/protocols/http/httptools_impl.py", '
'line 426, in run_asgi\r\n'
' result = await app( # type: '
'ignore[func-returns-value]\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/uvicorn/middleware/proxy_headers.py", '
'line 84, in __call__'},
'score': 0.0,
'values': []}, {'id': '5b480eed-a9cb-4430-9a11-a4374b9f5a6b',
'metadata': {'chunk': 1.0,
'file_name': 'gemini-flash-load-test-error.txt',
'is_dict': 'no',
'text': 'return await self.app(scope, receive, send)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/fastapi/applications.py", '
'line 289, in __call__\r\n'
' await super().__call__(scope, receive, send)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/starlette/applications.py", '
'line 122, in __call__\r\n'
' await self.middleware_stack(scope, receive, '
'send)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/starlette/middleware/errors.py", '
'line 184, in __call__\r\n'
' raise exc\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/starlette/middleware/errors.py", '
'line 162, in __call__\r\n'
' await self.app(scope, receive, _send)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/starlette/middleware/cors.py", '
'line 83, in __call__\r\n'
' await self.app(scope, receive, send)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/starlette/middleware/exceptions.py", '
'line 79, in __call__\r\n'
' raise exc\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/starlette/middleware/exceptions.py", '
'line 68, in __call__\r\n'
' await self.app(scope, receive, sender)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/fastapi/middleware/asyncexitstack.py", '
'line 20, in __call__\r\n'
' raise e\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/fastapi/middleware/asyncexitstack.py", '
'line 17, in __call__\r\n'
' await self.app(scope, receive, send)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/starlette/routing.py", '
'line 718, in __call__\r\n'
' await route.handle(scope, receive, send)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/starlette/routing.py", '
'line 276, in handle\r\n'
' await self.app(scope, receive, send)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/starlette/routing.py", '
'line 66, in app\r\n'
' response = await func(request)'},
'score': 0.0,
'values': []}, {'id': '3cb84ca7-63e8-41fb-b6ef-8c9c0e503e23',
'metadata': {'chunk': 2.0,
'file_name': 'gemini-flash-load-test-error.txt',
'is_dict': 'no',
'text': 'response = await func(request)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/fastapi/routing.py", '
'line 273, in app\r\n'
' raw_response = await run_endpoint_function(\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/fastapi/routing.py", '
'line 192, in run_endpoint_function\r\n'
' return await run_in_threadpool(dependant.call, '
'**values)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/starlette/concurrency.py", '
'line 41, in run_in_threadpool\r\n'
' return await anyio.to_thread.run_sync(func, '
'*args)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/anyio/to_thread.py", '
'line 33, in run_sync\r\n'
' return await '
'get_asynclib().run_sync_in_worker_thread(\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/anyio/_backends/_asyncio.py", '
'line 877, in run_sync_in_worker_thread\r\n'
' return await future\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/anyio/_backends/_asyncio.py", '
'line 807, in run\r\n'
' result = context.run(func, *args)\r\n'
' File "/app/main.py", line 1826, in '
'kios_retrieve_information_via_chat\r\n'
' query_route = '
"route_query(summarized_input)['result']\r\n"
' File "/app/main.py", line 2684, in route_query\r\n'
' result = router.invoke({"question": question})\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/langchain_core/runnables/base.py", '
'line 2408, in invoke\r\n'
' input = step.invoke(input, config)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/langchain_core/runnables/base.py", '
'line 4444, in invoke\r\n'
' return self.bound.invoke(\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/langchain_core/language_models/chat_models.py", '
'line 170, in invoke\r\n'
' self.generate_prompt(\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/langchain_core/language_models/chat_models.py", '
'line 599, in generate_prompt\r\n'
' return self.generate(prompt_messages, stop=stop, '
'callbacks=callbacks, **kwargs)'},
'score': 0.0,
'values': []}, {'id': '0d144590-d6aa-44dd-b3a8-8873ee2ef876',
'metadata': {'chunk': 3.0,
'file_name': 'gemini-flash-load-test-error.txt',
'is_dict': 'no',
'text': 'return self.generate(prompt_messages, stop=stop, '
'callbacks=callbacks, **kwargs)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/langchain_core/language_models/chat_models.py", '
'line 456, in generate\r\n'
' raise e\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/langchain_core/language_models/chat_models.py", '
'line 446, in generate\r\n'
' self._generate_with_cache(\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/langchain_core/language_models/chat_models.py", '
'line 671, in _generate_with_cache\r\n'
' result = self._generate(\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/langchain_google_vertexai/chat_models.py", '
'line 729, in _generate\r\n'
' return self._generate_gemini(\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/langchain_google_vertexai/chat_models.py", '
'line 819, in _generate_gemini\r\n'
' response = _completion_with_retry(\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/langchain_google_vertexai/chat_models.py", '
'line 567, in _completion_with_retry\r\n'
' return _completion_with_retry_inner(\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/tenacity/__init__.py", '
'line 289, in wrapped_f\r\n'
' return self(f, *args, **kw)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/tenacity/__init__.py", '
'line 379, in __call__\r\n'
' do = self.iter(retry_state=retry_state)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/tenacity/__init__.py", '
'line 325, in iter\r\n'
' raise retry_exc.reraise()\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/tenacity/__init__.py", '
'line 158, in reraise\r\n'
' raise self.last_attempt.result()\r\n'
' File '
'"/usr/lib/python3.10/concurrent/futures/_base.py", line '
'451, in result\r\n'
' return self.__get_result()\r\n'
' File '
'"/usr/lib/python3.10/concurrent/futures/_base.py", line '
'403, in __get_result\r\n'
' raise self._exception'},
'score': 0.0,
'values': []}, {'id': '47049d84-527a-4e19-b98c-a9393814315f',
'metadata': {'chunk': 4.0,
'file_name': 'gemini-flash-load-test-error.txt',
'is_dict': 'no',
'text': 'raise self._exception\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/tenacity/__init__.py", '
'line 382, in __call__\r\n'
' result = fn(*args, **kwargs)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/langchain_google_vertexai/chat_models.py", '
'line 560, in _completion_with_retry_inner\r\n'
' return generation_method(**kwargs)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/google/cloud/aiplatform_v1beta1/services/prediction_service/client.py", '
'line 2102, in generate_content\r\n'
' response = rpc(\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/google/api_core/gapic_v1/method.py", '
'line 131, in __call__\r\n'
' return wrapped_func(*args, **kwargs)\r\n'
' File '
'"/usr/local/lib/python3.10/dist-packages/google/api_core/grpc_helpers.py", '
'line 78, in error_remapped_callable\r\n'
' raise exceptions.from_grpc_error(exc) from exc\r\n'
'google.api_core.exceptions.ResourceExhausted: 429 Quota '
'exceeded for '
'aiplatform.googleapis.com/generate_content_requests_per_minute_per_project_per_base_model '
'with base model: gemini-1.5-pro. Please submit a quota '
'increase request. '
'https://cloud.google.com/vertex-ai/docs/generative-ai/quotas-genai.'},
'score': 0.0,
'values': []}, {'id': 'bdb3e743-6b63-443f-bc8d-95c178b8bb62',
'metadata': {'chunk': 0.0,
'file_name': 'gpt-vector-dimension-error.txt',
'is_dict': 'no',
'text': '2025-01-23 15:23:13 =======================\r\n'
'2025-01-23 15:23:13 CHAT RECEIVED\r\n'
'2025-01-23 15:23:13 =======================\r\n'
'2025-01-23 15:23:18 INFO: 172.18.0.1:56228 - "POST '
'/kios/knowledgebase/flexible-query/ HTTP/1.1" 500 '
'Internal Server Error\r\n'
'2025-01-23 15:23:18 ERROR: Exception in ASGI '
'application\r\n'
'2025-01-23 15:23:18 Traceback (most recent call '
'last):\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/uvicorn/protocols/http/httptools_impl.py", '
'line 426, in run_asgi\r\n'
'2025-01-23 15:23:18 result = await app( # type: '
'ignore[func-returns-value]\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/uvicorn/middleware/proxy_headers.py", '
'line 84, in __call__\r\n'
'2025-01-23 15:23:18 return await self.app(scope, '
'receive, send)\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/fastapi/applications.py", '
'line 289, in __call__\r\n'
'2025-01-23 15:23:18 await super().__call__(scope, '
'receive, send)\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/starlette/applications.py", '
'line 122, in __call__\r\n'
'2025-01-23 15:23:18 await '
'self.middleware_stack(scope, receive, send)\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/starlette/middleware/errors.py", '
'line 184, in __call__\r\n'
'2025-01-23 15:23:18 raise exc'},
'score': 0.0,
'values': []}, {'id': '2590a6df-e29c-49ef-8431-5e589c95d4b0',
'metadata': {'chunk': 1.0,
'file_name': 'gpt-vector-dimension-error.txt',
'is_dict': 'no',
'text': '2025-01-23 15:23:18 raise exc\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/starlette/middleware/errors.py", '
'line 162, in __call__\r\n'
'2025-01-23 15:23:18 await self.app(scope, receive, '
'_send)\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/starlette/middleware/cors.py", '
'line 83, in __call__\r\n'
'2025-01-23 15:23:18 await self.app(scope, receive, '
'send)\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/starlette/middleware/exceptions.py", '
'line 79, in __call__\r\n'
'2025-01-23 15:23:18 raise exc\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/starlette/middleware/exceptions.py", '
'line 68, in __call__\r\n'
'2025-01-23 15:23:18 await self.app(scope, receive, '
'sender)\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/fastapi/middleware/asyncexitstack.py", '
'line 20, in __call__\r\n'
'2025-01-23 15:23:18 raise e\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/fastapi/middleware/asyncexitstack.py", '
'line 17, in __call__\r\n'
'2025-01-23 15:23:18 await self.app(scope, receive, '
'send)\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/starlette/routing.py", '
'line 718, in __call__\r\n'
'2025-01-23 15:23:18 await route.handle(scope, '
'receive, send)'},
'score': 0.0,
'values': []}, {'id': '49c39b28-cdc0-4ce9-b8fd-a6599aa5bfdb',
'metadata': {'chunk': 2.0,
'file_name': 'gpt-vector-dimension-error.txt',
'is_dict': 'no',
'text': '2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/starlette/routing.py", '
'line 276, in handle\r\n'
'2025-01-23 15:23:18 await self.app(scope, receive, '
'send)\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/starlette/routing.py", '
'line 66, in app\r\n'
'2025-01-23 15:23:18 response = await '
'func(request)\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/fastapi/routing.py", '
'line 273, in app\r\n'
'2025-01-23 15:23:18 raw_response = await '
'run_endpoint_function(\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/fastapi/routing.py", '
'line 192, in run_endpoint_function\r\n'
'2025-01-23 15:23:18 return await '
'run_in_threadpool(dependant.call, **values)\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/starlette/concurrency.py", '
'line 41, in run_in_threadpool\r\n'
'2025-01-23 15:23:18 return await '
'anyio.to_thread.run_sync(func, *args)\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/anyio/to_thread.py", '
'line 33, in run_sync\r\n'
'2025-01-23 15:23:18 return await '
'get_asynclib().run_sync_in_worker_thread(\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/anyio/_backends/_asyncio.py", '
'line 877, in run_sync_in_worker_thread\r\n'
'2025-01-23 15:23:18 return await future\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/anyio/_backends/_asyncio.py", '
'line 807, in run'},
'score': 0.0,
'values': []}, {'id': '01a05b85-a69c-42d5-9c4b-3f03748b3e95',
'metadata': {'chunk': 3.0,
'file_name': 'gpt-vector-dimension-error.txt',
'is_dict': 'no',
'text': '2025-01-23 15:23:18 result = context.run(func, '
'*args)\r\n'
'2025-01-23 15:23:18 File "/app/main.py", line 2018, '
'in kios_retrieve_information_via_chat\r\n'
'2025-01-23 15:23:18 search_results = '
'docsearch.max_marginal_relevance_search_by_vector(res.data[0].embedding,k=actual_k, '
'fetch_k=top_k)\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/langchain_pinecone/vectorstores.py", '
'line 307, in max_marginal_relevance_search_by_vector\r\n'
'2025-01-23 15:23:18 results = self._index.query(\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/pinecone/utils/error_handling.py", '
'line 10, in inner_func\r\n'
'2025-01-23 15:23:18 return func(*args, **kwargs)\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/pinecone/data/index.py", '
'line 399, in query\r\n'
'2025-01-23 15:23:18 response = '
'self._vector_api.query(\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/pinecone/core/client/api_client.py", '
'line 772, in __call__\r\n'
'2025-01-23 15:23:18 return self.callable(self, '
'*args, **kwargs)\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/pinecone/core/client/api/data_plane_api.py", '
'line 844, in __query\r\n'
'2025-01-23 15:23:18 return '
'self.call_with_http_info(**kwargs)\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/pinecone/core/client/api_client.py", '
'line 834, in call_with_http_info'},
'score': 0.0,
'values': []}, {'id': 'ff2af12b-64b8-46c1-b401-9fe763e62182',
'metadata': {'chunk': 4.0,
'file_name': 'gpt-vector-dimension-error.txt',
'is_dict': 'no',
'text': '2025-01-23 15:23:18 return '
'self.api_client.call_api(\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/pinecone/core/client/api_client.py", '
'line 409, in call_api\r\n'
'2025-01-23 15:23:18 return '
'self.__call_api(resource_path, method,\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/pinecone/core/client/api_client.py", '
'line 203, in __call_api\r\n'
'2025-01-23 15:23:18 raise e\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/pinecone/core/client/api_client.py", '
'line 196, in __call_api\r\n'
'2025-01-23 15:23:18 response_data = '
'self.request(\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/pinecone/core/client/api_client.py", '
'line 455, in request\r\n'
'2025-01-23 15:23:18 return '
'self.rest_client.POST(url,\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/pinecone/core/client/rest.py", '
'line 302, in POST\r\n'
'2025-01-23 15:23:18 return self.request("POST", '
'url,\r\n'
'2025-01-23 15:23:18 File '
'"/usr/local/lib/python3.10/dist-packages/pinecone/core/client/rest.py", '
'line 261, in request\r\n'
'2025-01-23 15:23:18 raise '
'PineconeApiException(http_resp=r)\r\n'
'2025-01-23 15:23:18 '
'pinecone.core.client.exceptions.PineconeApiException: '
'(400)\r\n'
'2025-01-23 15:23:18 Reason: Bad Request'},
'score': 0.0,
'values': []}, {'id': '63472639-080c-4253-bf06-9914d5a0291b',
'metadata': {'chunk': 5.0,
'file_name': 'gpt-vector-dimension-error.txt',
'is_dict': 'no',
'text': '2025-01-23 15:23:18 Reason: Bad Request\r\n'
'2025-01-23 15:23:18 HTTP response headers: '
"HTTPHeaderDict({'content-type': 'application/json', "
"'Content-Length': '104', "
"'x-pinecone-request-latency-ms': '73', "
"'x-pinecone-request-id': '5221281482731493865', 'date': "
"'Thu, 23 Jan 2025 07:23:09 GMT', "
"'x-envoy-upstream-service-time': '17', 'server': "
"'envoy', 'Via': '1.1 google', 'Alt-Svc': "
'\'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000\'})\r\n'
'2025-01-23 15:23:18 HTTP response body: '
'{"code":3,"message":"Vector dimension 3072 does not '
'match the dimension of the index 1536","details":[]}'},
'score': 0.0,
'values': []}, {'id': '0ee17ffd-a24c-4173-8b76-15917f19b5c7',
'metadata': {'chunk': 0.0,
'file_name': 'apacare-primer.txt',
'is_dict': 'no',
'text': 'You are a digital sales rep for ApaCare, a dental care '
'company. Please assist clients with their '
'dental-related questions.\r\n'
'Use German in your responses.\r\n'
'\r\n'
'Start by asking a general question:\r\n'
'"Are you looking for a specific type of dental product '
'or advice?"\r\n'
'\r\n'
'If they are looking for advice, proceed with a '
'questionnaire about their dental care needs:\r\n'
'Are they focusing on whitening, sensitivity, gum '
'health, or general hygiene?\r\n'
'Try to ask a questionnaire to have clients describe '
'their problems.\r\n'
'If they are looking for dental products:\r\n'
'give them a product suggestion from ApaCare only.\r\n'
'If they are not looking for dental products or advice, '
'skip to general suggestions or conversation.\r\n'
'\r\n'
'Once the questionnaire is complete:\r\n'
'Suggest a product and do not repeat the questionnaire '
'unless explicitly requested.\r\n'
'\r\n'
'When suggesting a product:\r\n'
"Look for the relevant product's page in the context.\r\n"
'Provide a detailed suggestion with an anchor tag link. '
'Ensure the target attribute is set to "__blank" and use '
'this format:\r\n'
'\r\n'
'[replace this with the product name]\r\n'
'\r\n'
'\r\n'
'All links should have "__blank" target attribute.\r\n'
"Don't translate links href to German.\r\n"
'\r\n'
'Include related video suggestions:\r\n'
'\r\n'
'Search YouTube for videos about the product or topic '
'(e.g., how to use an electric toothbrush, flossing '
'techniques).\r\n'
'Embed the video in an iframe using this format:\r\n'
''},
'score': 0.0,
'values': []}, {'id': 'dbf8c198-86f6-4fd0-8019-e47238de242c',
'metadata': {'chunk': 1.0,
'file_name': 'apacare-primer.txt',
'is_dict': 'no',
'text': 'allowfullscreen>\r\n'
'\r\n'
'\r\n'
'For Google Drive videos, append /preview to the link '
'and embed it:\r\n'
'\r\n'
'\r\n'
'For public URL video links, use the