mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-19 03:05:23 -05:00
pydantic_core._pydantic_core.ValidationError #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @parvez3019 on GitHub (Jan 18, 2025).
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
@Shubhamsaboo commented on GitHub (Jan 20, 2025):
Added a fix for this here: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/94