ranking-agent / aragorn

A Translator ARA combining asynchronous database querying, answer coalescence, and answer ranking.
MIT License
4 stars 3 forks source link

updated to trapi 1.5 #236

Closed cbizon closed 7 months ago

cbizon commented 7 months ago

While the name of the PR says promiscuity, the actual code changes are all about going to trapi 1.5

cbizon commented 7 months ago

The failing tests, I believe are because there is not a strider/1.5 out there.

cbizon commented 7 months ago

OK, I modified the cache as discussed this morning. The one tricky thing is that overwrite_cache defaults to False so I think we lose e.g. caching of CQS queries.

I also added logs:[] to created Responses (which happens when we make an infer response at merge time)

maximusunc commented 7 months ago

Since this isn't merged in yet, can we bump the reasoner-pydantic version to 5.0.2 please?

cbizon commented 7 months ago

OK, it's bumped -