ERROR in launching Chat with RTX

Could someone please help me with launching Chat with RTX. This is the full error log for reference :

[09/17/2024-12:55:06] No sentence-transformers model found with name C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\RAG\trt-llm-rag-windows-main\model\UAE-Large-V1. Creating a new one with mean pooling.
Using the persisted value form dataset_vector_embedding
The file at ./config/preferences.json does not exist.
Open http://127.0.0.1:47223?cookie=11078763-a356-455e-8ad3-5d8865d14d95&__theme=dark in browser to start Chat with RTX
Running on local URL:  http://127.0.0.1:47223

To create a public link, set `share=True` in `launch()`.
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 165, in __init__
    core_schema = _getattr_no_parents(type, '__pydantic_core_schema__')
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 97, in _getattr_no_parents
    raise AttributeError(attribute)
AttributeError: __pydantic_core_schema__

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 406, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 70, in __call__
    return await self.app(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\applications.py", line 1054, in __call__
    await super().__call__(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\applications.py", line 113, in __call__
    await self.middleware_stack(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\errors.py", line 187, in __call__
    raise exc
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\errors.py", line 165, in __call__
    await self.app(scope, receive, _send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\cors.py", line 93, in __call__
    await self.simple_response(scope, receive, send, request_headers=headers)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\cors.py", line 144, in simple_response
    await self.app(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\exceptions.py", line 62, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 62, in wrapped_app
    raise exc
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 51, in wrapped_app
    await app(scope, receive, sender)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 715, in __call__
    await self.middleware_stack(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 735, in app
    await route.handle(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 288, in handle
    await self.app(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 76, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 62, in wrapped_app
    raise exc
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 51, in wrapped_app
    await app(scope, receive, sender)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 73, in app
    response = await f(request)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\routing.py", line 291, in app
    solved_result = await solve_dependencies(
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\dependencies\utils.py", line 639, in solve_dependencies
    ) = await request_body_to_args(  # body_params checked above
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\dependencies\utils.py", line 813, in request_body_to_args
    fields_to_extract = get_cached_model_fields(first_field.type_)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 657, in get_cached_model_fields
    return get_model_fields(model)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 284, in get_model_fields
    return [
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 285, in <listcomp>
    ModelField(field_info=field_info, name=name)
  File "<string>", line 6, in __init__
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 110, in __post_init__
    self._type_adapter: TypeAdapter[Any] = TypeAdapter(
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 167, in __init__
    core_schema = _get_schema(type, config_wrapper, parent_depth=_parent_depth + 1)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 80, in _get_schema
    schema = gen.generate_schema(type_)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 448, in generate_schema
    schema = self._generate_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 674, in _generate_schema
    return self._annotated_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1496, in _annotated_schema
    schema = self._apply_annotations(source_type, annotations)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1610, in _apply_annotations
    schema = get_inner_schema(source_type)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_schema_generation_shared.py", line 82, in __call__
    schema = self._handler(__source_type)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1703, in new_handler
    schema = metadata_get_schema(source, get_inner_schema)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1699, in <lambda>
    lambda source, handler: handler(source)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_schema_generation_shared.py", line 82, in __call__
    schema = self._handler(__source_type)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1574, in inner_handler
    schema = self._generate_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 694, in _generate_schema
    return self.match_type(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 777, in match_type
    return self._match_generic_type(obj, origin)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 801, in _match_generic_type
    return self._union_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 988, in _union_schema
    choices.append(self.generate_schema(arg))
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 448, in generate_schema
    schema = self._generate_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 694, in _generate_schema
    return self.match_type(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 781, in match_type
    return self._unknown_type_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 377, in _unknown_type_schema
    raise PydanticSchemaGenerationError(
pydantic.errors.PydanticSchemaGenerationError: Unable to generate pydantic-core schema for <class 'starlette.requests.Request'>. Set `arbitrary_types_allowed=True` in the model_config to ignore this error or implement `__get_pydantic_core_schema__` on your type to fully support it.

If you got this error by calling handler(<some type>) within `__get_pydantic_core_schema__` then you likely need to call `handler.generate_schema(<some type>)` since we do not call `__get_pydantic_core_schema__` on `<some type>` otherwise to avoid infinite recursion.

For further information visit https://errors.pydantic.dev/2.3/u/schema-for-unknown-type
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 165, in __init__
    core_schema = _getattr_no_parents(type, '__pydantic_core_schema__')
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 97, in _getattr_no_parents
    raise AttributeError(attribute)
AttributeError: __pydantic_core_schema__

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 406, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 70, in __call__
    return await self.app(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\applications.py", line 1054, in __call__
    await super().__call__(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\applications.py", line 113, in __call__
    await self.middleware_stack(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\errors.py", line 187, in __call__
    raise exc
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\errors.py", line 165, in __call__
    await self.app(scope, receive, _send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\cors.py", line 93, in __call__
    await self.simple_response(scope, receive, send, request_headers=headers)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\cors.py", line 144, in simple_response
    await self.app(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\exceptions.py", line 62, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 62, in wrapped_app
    raise exc
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 51, in wrapped_app
    await app(scope, receive, sender)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 715, in __call__
    await self.middleware_stack(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 735, in app
    await route.handle(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 288, in handle
    await self.app(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 76, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 62, in wrapped_app
    raise exc
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 51, in wrapped_app
    await app(scope, receive, sender)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 73, in app
    response = await f(request)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\routing.py", line 291, in app
    solved_result = await solve_dependencies(
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\dependencies\utils.py", line 639, in solve_dependencies
    ) = await request_body_to_args(  # body_params checked above
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\dependencies\utils.py", line 813, in request_body_to_args
    fields_to_extract = get_cached_model_fields(first_field.type_)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 657, in get_cached_model_fields
    return get_model_fields(model)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 284, in get_model_fields
    return [
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 285, in <listcomp>
    ModelField(field_info=field_info, name=name)
  File "<string>", line 6, in __init__
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 110, in __post_init__
    self._type_adapter: TypeAdapter[Any] = TypeAdapter(
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 167, in __init__
    core_schema = _get_schema(type, config_wrapper, parent_depth=_parent_depth + 1)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 80, in _get_schema
    schema = gen.generate_schema(type_)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 448, in generate_schema
    schema = self._generate_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 674, in _generate_schema
    return self._annotated_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1496, in _annotated_schema
    schema = self._apply_annotations(source_type, annotations)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1610, in _apply_annotations
    schema = get_inner_schema(source_type)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_schema_generation_shared.py", line 82, in __call__
    schema = self._handler(__source_type)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1703, in new_handler
    schema = metadata_get_schema(source, get_inner_schema)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1699, in <lambda>
    lambda source, handler: handler(source)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_schema_generation_shared.py", line 82, in __call__
    schema = self._handler(__source_type)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1574, in inner_handler
    schema = self._generate_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 694, in _generate_schema
    return self.match_type(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 777, in match_type
    return self._match_generic_type(obj, origin)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 801, in _match_generic_type
    return self._union_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 988, in _union_schema
    choices.append(self.generate_schema(arg))
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 448, in generate_schema
    schema = self._generate_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 694, in _generate_schema
    return self.match_type(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 781, in match_type
    return self._unknown_type_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 377, in _unknown_type_schema
    raise PydanticSchemaGenerationError(
pydantic.errors.PydanticSchemaGenerationError: Unable to generate pydantic-core schema for <class 'starlette.requests.Request'>. Set `arbitrary_types_allowed=True` in the model_config to ignore this error or implement `__get_pydantic_core_schema__` on your type to fully support it.

If you got this error by calling handler(<some type>) within `__get_pydantic_core_schema__` then you likely need to call `handler.generate_schema(<some type>)` since we do not call `__get_pydantic_core_schema__` on `<some type>` otherwise to avoid infinite recursion.

For further information visit https://errors.pydantic.dev/2.3/u/schema-for-unknown-type
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 165, in __init__
    core_schema = _getattr_no_parents(type, '__pydantic_core_schema__')
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 97, in _getattr_no_parents
    raise AttributeError(attribute)
AttributeError: __pydantic_core_schema__

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 406, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 70, in __call__
    return await self.app(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\applications.py", line 1054, in __call__
    await super().__call__(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\applications.py", line 113, in __call__
    await self.middleware_stack(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\errors.py", line 187, in __call__
    raise exc
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\errors.py", line 165, in __call__
    await self.app(scope, receive, _send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\cors.py", line 93, in __call__
    await self.simple_response(scope, receive, send, request_headers=headers)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\cors.py", line 144, in simple_response
    await self.app(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\exceptions.py", line 62, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 62, in wrapped_app
    raise exc
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 51, in wrapped_app
    await app(scope, receive, sender)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 715, in __call__
    await self.middleware_stack(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 735, in app
    await route.handle(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 288, in handle
    await self.app(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 76, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 62, in wrapped_app
    raise exc
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 51, in wrapped_app
    await app(scope, receive, sender)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 73, in app
    response = await f(request)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\routing.py", line 291, in app
    solved_result = await solve_dependencies(
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\dependencies\utils.py", line 639, in solve_dependencies
    ) = await request_body_to_args(  # body_params checked above
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\dependencies\utils.py", line 813, in request_body_to_args
    fields_to_extract = get_cached_model_fields(first_field.type_)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 657, in get_cached_model_fields
    return get_model_fields(model)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 284, in get_model_fields
    return [
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 285, in <listcomp>
    ModelField(field_info=field_info, name=name)
  File "<string>", line 6, in __init__
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 110, in __post_init__
    self._type_adapter: TypeAdapter[Any] = TypeAdapter(
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 167, in __init__
    core_schema = _get_schema(type, config_wrapper, parent_depth=_parent_depth + 1)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 80, in _get_schema
    schema = gen.generate_schema(type_)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 448, in generate_schema
    schema = self._generate_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 674, in _generate_schema
    return self._annotated_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1496, in _annotated_schema
    schema = self._apply_annotations(source_type, annotations)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1610, in _apply_annotations
    schema = get_inner_schema(source_type)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_schema_generation_shared.py", line 82, in __call__
    schema = self._handler(__source_type)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1703, in new_handler
    schema = metadata_get_schema(source, get_inner_schema)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1699, in <lambda>
    lambda source, handler: handler(source)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_schema_generation_shared.py", line 82, in __call__
    schema = self._handler(__source_type)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1574, in inner_handler
    schema = self._generate_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 694, in _generate_schema
    return self.match_type(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 777, in match_type
    return self._match_generic_type(obj, origin)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 801, in _match_generic_type
    return self._union_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 988, in _union_schema
    choices.append(self.generate_schema(arg))
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 448, in generate_schema
    schema = self._generate_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 694, in _generate_schema
    return self.match_type(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 781, in match_type
    return self._unknown_type_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 377, in _unknown_type_schema
    raise PydanticSchemaGenerationError(
pydantic.errors.PydanticSchemaGenerationError: Unable to generate pydantic-core schema for <class 'starlette.requests.Request'>. Set `arbitrary_types_allowed=True` in the model_config to ignore this error or implement `__get_pydantic_core_schema__` on your type to fully support it.

If you got this error by calling handler(<some type>) within `__get_pydantic_core_schema__` then you likely need to call `handler.generate_schema(<some type>)` since we do not call `__get_pydantic_core_schema__` on `<some type>` otherwise to avoid infinite recursion.

For further information visit https://errors.pydantic.dev/2.3/u/schema-for-unknown-type
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 165, in __init__
    core_schema = _getattr_no_parents(type, '__pydantic_core_schema__')
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 97, in _getattr_no_parents
    raise AttributeError(attribute)
AttributeError: __pydantic_core_schema__

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 406, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 70, in __call__
    return await self.app(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\applications.py", line 1054, in __call__
    await super().__call__(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\applications.py", line 113, in __call__
    await self.middleware_stack(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\errors.py", line 187, in __call__
    raise exc
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\errors.py", line 165, in __call__
    await self.app(scope, receive, _send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\cors.py", line 93, in __call__
    await self.simple_response(scope, receive, send, request_headers=headers)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\cors.py", line 144, in simple_response
    await self.app(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\exceptions.py", line 62, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 62, in wrapped_app
    raise exc
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 51, in wrapped_app
    await app(scope, receive, sender)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 715, in __call__
    await self.middleware_stack(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 735, in app
    await route.handle(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 288, in handle
    await self.app(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 76, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 62, in wrapped_app
    raise exc
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 51, in wrapped_app
    await app(scope, receive, sender)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 73, in app
    response = await f(request)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\routing.py", line 291, in app
    solved_result = await solve_dependencies(
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\dependencies\utils.py", line 639, in solve_dependencies
    ) = await request_body_to_args(  # body_params checked above
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\dependencies\utils.py", line 813, in request_body_to_args
    fields_to_extract = get_cached_model_fields(first_field.type_)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 657, in get_cached_model_fields
    return get_model_fields(model)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 284, in get_model_fields
    return [
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 285, in <listcomp>
    ModelField(field_info=field_info, name=name)
  File "<string>", line 6, in __init__
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 110, in __post_init__
    self._type_adapter: TypeAdapter[Any] = TypeAdapter(
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 167, in __init__
    core_schema = _get_schema(type, config_wrapper, parent_depth=_parent_depth + 1)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 80, in _get_schema
    schema = gen.generate_schema(type_)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 448, in generate_schema
    schema = self._generate_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 674, in _generate_schema
    return self._annotated_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1496, in _annotated_schema
    schema = self._apply_annotations(source_type, annotations)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1610, in _apply_annotations
    schema = get_inner_schema(source_type)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_schema_generation_shared.py", line 82, in __call__
    schema = self._handler(__source_type)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1703, in new_handler
    schema = metadata_get_schema(source, get_inner_schema)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1699, in <lambda>
    lambda source, handler: handler(source)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_schema_generation_shared.py", line 82, in __call__
    schema = self._handler(__source_type)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1574, in inner_handler
    schema = self._generate_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 694, in _generate_schema
    return self.match_type(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 777, in match_type
    return self._match_generic_type(obj, origin)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 801, in _match_generic_type
    return self._union_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 988, in _union_schema
    choices.append(self.generate_schema(arg))
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 448, in generate_schema
    schema = self._generate_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 694, in _generate_schema
    return self.match_type(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 781, in match_type
    return self._unknown_type_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 377, in _unknown_type_schema
    raise PydanticSchemaGenerationError(
pydantic.errors.PydanticSchemaGenerationError: Unable to generate pydantic-core schema for <class 'starlette.requests.Request'>. Set `arbitrary_types_allowed=True` in the model_config to ignore this error or implement `__get_pydantic_core_schema__` on your type to fully support it.

If you got this error by calling handler(<some type>) within `__get_pydantic_core_schema__` then you likely need to call `handler.generate_schema(<some type>)` since we do not call `__get_pydantic_core_schema__` on `<some type>` otherwise to avoid infinite recursion.

For further information visit https://errors.pydantic.dev/2.3/u/schema-for-unknown-type
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 165, in __init__
    core_schema = _getattr_no_parents(type, '__pydantic_core_schema__')
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 97, in _getattr_no_parents
    raise AttributeError(attribute)
AttributeError: __pydantic_core_schema__

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 406, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 70, in __call__
    return await self.app(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\applications.py", line 1054, in __call__
    await super().__call__(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\applications.py", line 113, in __call__
    await self.middleware_stack(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\errors.py", line 187, in __call__
    raise exc
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\errors.py", line 165, in __call__
    await self.app(scope, receive, _send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\cors.py", line 93, in __call__
    await self.simple_response(scope, receive, send, request_headers=headers)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\cors.py", line 144, in simple_response
    await self.app(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\exceptions.py", line 62, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 62, in wrapped_app
    raise exc
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 51, in wrapped_app
    await app(scope, receive, sender)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 715, in __call__
    await self.middleware_stack(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 735, in app
    await route.handle(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 288, in handle
    await self.app(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 76, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 62, in wrapped_app
    raise exc
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 51, in wrapped_app
    await app(scope, receive, sender)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 73, in app
    response = await f(request)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\routing.py", line 291, in app
    solved_result = await solve_dependencies(
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\dependencies\utils.py", line 639, in solve_dependencies
    ) = await request_body_to_args(  # body_params checked above
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\dependencies\utils.py", line 813, in request_body_to_args
    fields_to_extract = get_cached_model_fields(first_field.type_)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 657, in get_cached_model_fields
    return get_model_fields(model)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 284, in get_model_fields
    return [
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 285, in <listcomp>
    ModelField(field_info=field_info, name=name)
  File "<string>", line 6, in __init__
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 110, in __post_init__
    self._type_adapter: TypeAdapter[Any] = TypeAdapter(
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 167, in __init__
    core_schema = _get_schema(type, config_wrapper, parent_depth=_parent_depth + 1)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 80, in _get_schema
    schema = gen.generate_schema(type_)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 448, in generate_schema
    schema = self._generate_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 674, in _generate_schema
    return self._annotated_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1496, in _annotated_schema
    schema = self._apply_annotations(source_type, annotations)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1610, in _apply_annotations
    schema = get_inner_schema(source_type)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_schema_generation_shared.py", line 82, in __call__
    schema = self._handler(__source_type)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1703, in new_handler
    schema = metadata_get_schema(source, get_inner_schema)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1699, in <lambda>
    lambda source, handler: handler(source)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_schema_generation_shared.py", line 82, in __call__
    schema = self._handler(__source_type)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1574, in inner_handler
    schema = self._generate_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 694, in _generate_schema
    return self.match_type(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 777, in match_type
    return self._match_generic_type(obj, origin)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 801, in _match_generic_type
    return self._union_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 988, in _union_schema
    choices.append(self.generate_schema(arg))
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 448, in generate_schema
    schema = self._generate_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 694, in _generate_schema
    return self.match_type(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 781, in match_type
    return self._unknown_type_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 377, in _unknown_type_schema
    raise PydanticSchemaGenerationError(
pydantic.errors.PydanticSchemaGenerationError: Unable to generate pydantic-core schema for <class 'starlette.requests.Request'>. Set `arbitrary_types_allowed=True` in the model_config to ignore this error or implement `__get_pydantic_core_schema__` on your type to fully support it.

If you got this error by calling handler(<some type>) within `__get_pydantic_core_schema__` then you likely need to call `handler.generate_schema(<some type>)` since we do not call `__get_pydantic_core_schema__` on `<some type>` otherwise to avoid infinite recursion.

For further information visit https://errors.pydantic.dev/2.3/u/schema-for-unknown-type
ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 165, in __init__
    core_schema = _getattr_no_parents(type, '__pydantic_core_schema__')
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 97, in _getattr_no_parents
    raise AttributeError(attribute)
AttributeError: __pydantic_core_schema__

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 406, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 70, in __call__
    return await self.app(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\applications.py", line 1054, in __call__
    await super().__call__(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\applications.py", line 113, in __call__
    await self.middleware_stack(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\errors.py", line 187, in __call__
    raise exc
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\errors.py", line 165, in __call__
    await self.app(scope, receive, _send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\cors.py", line 93, in __call__
    await self.simple_response(scope, receive, send, request_headers=headers)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\cors.py", line 144, in simple_response
    await self.app(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\middleware\exceptions.py", line 62, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 62, in wrapped_app
    raise exc
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 51, in wrapped_app
    await app(scope, receive, sender)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 715, in __call__
    await self.middleware_stack(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 735, in app
    await route.handle(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 288, in handle
    await self.app(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 76, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 62, in wrapped_app
    raise exc
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\_exception_handler.py", line 51, in wrapped_app
    await app(scope, receive, sender)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\starlette\routing.py", line 73, in app
    response = await f(request)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\routing.py", line 291, in app
    solved_result = await solve_dependencies(
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\dependencies\utils.py", line 639, in solve_dependencies
    ) = await request_body_to_args(  # body_params checked above
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\dependencies\utils.py", line 813, in request_body_to_args
    fields_to_extract = get_cached_model_fields(first_field.type_)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 657, in get_cached_model_fields
    return get_model_fields(model)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 284, in get_model_fields
    return [
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 285, in <listcomp>
    ModelField(field_info=field_info, name=name)
  File "<string>", line 6, in __init__
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\fastapi\_compat.py", line 110, in __post_init__
    self._type_adapter: TypeAdapter[Any] = TypeAdapter(
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 167, in __init__
    core_schema = _get_schema(type, config_wrapper, parent_depth=_parent_depth + 1)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\type_adapter.py", line 80, in _get_schema
    schema = gen.generate_schema(type_)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 448, in generate_schema
    schema = self._generate_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 674, in _generate_schema
    return self._annotated_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1496, in _annotated_schema
    schema = self._apply_annotations(source_type, annotations)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1610, in _apply_annotations
    schema = get_inner_schema(source_type)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_schema_generation_shared.py", line 82, in __call__
    schema = self._handler(__source_type)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1703, in new_handler
    schema = metadata_get_schema(source, get_inner_schema)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1699, in <lambda>
    lambda source, handler: handler(source)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_schema_generation_shared.py", line 82, in __call__
    schema = self._handler(__source_type)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 1574, in inner_handler
    schema = self._generate_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 694, in _generate_schema
    return self.match_type(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 777, in match_type
    return self._match_generic_type(obj, origin)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 801, in _match_generic_type
    return self._union_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 988, in _union_schema
    choices.append(self.generate_schema(arg))
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 448, in generate_schema
    schema = self._generate_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 694, in _generate_schema
    return self.match_type(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 781, in match_type
    return self._unknown_type_schema(obj)
  File "C:\Users\ORGSYS050\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\lib\site-packages\pydantic\_internal\_generate_schema.py", line 377, in _unknown_type_schema
    raise PydanticSchemaGenerationError(
pydantic.errors.PydanticSchemaGenerationError: Unable to generate pydantic-core schema for <class 'starlette.requests.Request'>. Set `arbitrary_types_allowed=True` in the model_config to ignore this error or implement `__get_pydantic_core_schema__` on your type to fully support it.

If you got this error by calling handler(<some type>) within `__get_pydantic_core_schema__` then you likely need to call `handler.generate_schema(<some type>)` since we do not call `__get_pydantic_core_schema__` on `<some type>` otherwise to avoid infinite recursion.

For further information visit https://errors.pydantic.dev/2.3/u/schema-for-unknown-type

I’ve tried the following till now :

  1. Download and install the sentence_transformers library seperately and add it to the site-packages for env_nvd_rag : https://forums.developer.nvidia.com/t/chat-with-rtx-error-modulenotfounderror-no-module-named-sentence-transformers/283151
  2. Reinstall the app with default installation directory
  3. Even tried this : https://forums.developer.nvidia.com/t/rtx-with-chat-successfully-installed-but-causes-error-when-run/287223

Any suggestions ?

1 Like

Hello, I’ve exactly the same problem with similar logs !

1 Like

Same here

I’ve found the solution somewhere on the web, here it is:

This error is caused by the conflict between fastapi and pydantic. It is useless to install the specified version package normally, because the program installs dependencies in the isolation environment of conda.

Modify this file:
\RAG\trt-llm-rag-windows-main\app_launch.bat

Before the line python verify_install.py, insert:

    pip install --upgrade pydantic==2.8.2
    pip install --upgrade pydantic-core==2.20.1
    pip install --upgrade fastapi==0.112.4

It worked for me perfectly now !

PS: the solution link:

Pydantic errors - (I’m a newbie) · Issue #6367 · oobabooga/text-generation-webui · GitHub

3 Likes

its useful for me. it works.

LEGEND!!! That works