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
✗ curategpt search -c ont_hp liver
Traceback (most recent call last):
File "/Users/cjm/Library/Caches/pypoetry/virtualenvs/curategpt-GcBFdKqh-py3.10/bin/curategpt", line 6, in <module>
sys.exit(main())
File "/Users/cjm/Library/Caches/pypoetry/virtualenvs/curategpt-GcBFdKqh-py3.10/lib/python3.10/site-packages/click/core.py", line 1157, in __call__
return self.main(*args, **kwargs)
File "/Users/cjm/Library/Caches/pypoetry/virtualenvs/curategpt-GcBFdKqh-py3.10/lib/python3.10/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
File "/Users/cjm/Library/Caches/pypoetry/virtualenvs/curategpt-GcBFdKqh-py3.10/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/cjm/Library/Caches/pypoetry/virtualenvs/curategpt-GcBFdKqh-py3.10/lib/python3.10/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/cjm/Library/Caches/pypoetry/virtualenvs/curategpt-GcBFdKqh-py3.10/lib/python3.10/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "/Users/cjm/repos/curate-gpt/src/curategpt/cli.py", line 428, in search
for obj, distance, _meta in results:
File "/Users/cjm/repos/curate-gpt/src/curategpt/store/chromadb_adapter.py", line 426, in search
yield from self._search(text=text, **kwargs)
File "/Users/cjm/repos/curate-gpt/src/curategpt/store/chromadb_adapter.py", line 461, in _search
metadata = json.loads(metadata["_venomx"])
KeyError: '_venomx'
Remember to make any changes backwards compatible with existing indexes...
The text was updated successfully, but these errors were encountered:
Remember to make any changes backwards compatible with existing indexes...
The text was updated successfully, but these errors were encountered: