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
But got this error, is contexts not supported in pgsync?
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/pgsync/sync.py", line 1509, in main
sync: Sync = Sync(
File "/usr/local/lib/python3.10/site-packages/pgsync/singleton.py", line 36, in __call__
cls._instances[key] = super(Singleton, cls).__call__(
File "/usr/local/lib/python3.10/site-packages/pgsync/sync.py", line 107, in __init__
self.create_setting()
File "/usr/local/lib/python3.10/site-packages/pgsync/sync.py", line 255, in create_setting
self.search_client._create_setting(
File "/usr/local/lib/python3.10/site-packages/pgsync/search_client.py", line 284, in _create_setting
mapping = self._build_mapping(tree, routing)
File "/usr/local/lib/python3.10/site-packages/pgsync/search_client.py", line 331, in _build_mapping
raise RuntimeError(
RuntimeError: Invalid Elasticsearch mapping parameter contexts
The text was updated successfully, but these errors were encountered:
I was trying to add context to the completion field like this:
But got this error, is contexts not supported in pgsync?
The text was updated successfully, but these errors were encountered: