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
pydantic_core._pydantic_core.ValidationError: 1 validation error for MemoryConfig vector_store Value error, Extra fields not allowed: model. Please input only the following fields: host, client, embedding_model_dims, api_key, port, path, on_disk, collection_name, url [type=value_error, input_value={'model': 'gpt-4o-mini', ..., 'path': '/tmp/qdrant'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.10/v/value_error
Createed an Open API key and pasted in local host while running it locally as per the guide
The text was updated successfully, but these errors were encountered:
pydantic_core._pydantic_core.ValidationError: 1 validation error for MemoryConfig vector_store Value error, Extra fields not allowed: model. Please input only the following fields: host, client, embedding_model_dims, api_key, port, path, on_disk, collection_name, url [type=value_error, input_value={'model': 'gpt-4o-mini', ..., 'path': '/tmp/qdrant'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.10/v/value_error
Createed an Open API key and pasted in local host while running it locally as per the guide
The text was updated successfully, but these errors were encountered: