curate-gpt icon indicating copy to clipboard operation
curate-gpt copied to clipboard

LLM-driven curation assist tool (pre-alpha)

Results 22 curate-gpt issues
Sort by recently updated
recently updated
newest added

The current way of interacting with the app is incredibly clunky - multiple selectors on the left, confusing, easy to select the wrong thing It should be a chat interface...

At some point after loading a certain number of sources simple metadata/peek operations start going incredibly slowly Even `curategpt collections list` takes ~1m This causes the UI to slow down...

curategpt includes an `annotate` command that functions as traditional text annotation / CR. Give it some text, and it will give back the ontology term IDs. It's not guaranteed to...

This issue was already handled in this [old PR ](https://github.com/monarch-initiative/curate-gpt/pull/11)but it had a commit mistake. A new PR will be made to have a cleaner history. When loading ontologies into...

I'm concerned about the use of 'GPT' in the name of this app, since (presumably) this app is not affiliated with OpenAI, and their brand guidelines explicitly forbid this usage:...

See also https://github.com/monarch-initiative/ontogpt/issues/179 Note that curategpt works nicely with litellm and llm right now as it's easy to use it as a proxy - but there is one bug on...

chroma is very slow on the EC2 instance. I don't think the issue is with any fancy vector operations - it's just basic lookup operations and extracting metadata for a...

currently this loader will only generate output at the end. the reason it does this is that it needs to aggregate by pub. however the strategy is still pretty dumb....