Skip to content
Snippets Groups Projects
Commit da93be38 authored by tolgadevAI's avatar tolgadevAI
Browse files

update the "merge" case

parent 2b7854ad
Branches
Tags
No related merge requests found
......@@ -361,6 +361,12 @@ class PineconeIndex(BaseIndex):
)
}
if local_function_schemas_dict or remote_function_schemas_dict:
layer_routes[route]["function_schemas"] = {
**remote_function_schemas_dict,
**local_function_schemas_dict,
}
else:
raise ValueError("Invalid sync mode specified")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment