generative-ai-python icon indicating copy to clipboard operation
generative-ai-python copied to clipboard

Release - V0.4.0: Cleanup and launch Semantic retriever.

Open MarkDaoust opened this issue 1 year ago • 6 comments

Description of the bug:

In https://github.com/google/generative-ai-python/pull/168 we added semantic retriever, but didn't get to resolve all open comments (it's a big feature).

We're merging it without exposing the feature in the public API.

  • Resolve the open comments (my last review and @TYMichaelChen's).
  • Expose it in the public interface.
  • Create a new release.

MarkDaoust avatar Jan 30 '24 21:01 MarkDaoust

AQA -> This should have the same quick access properties as GenerateContentResponse > .parts and .text.

MarkDaoust avatar Jan 31 '24 23:01 MarkDaoust

  • #185
  • #186
  • #187
  • #190

MarkDaoust avatar Jan 31 '24 23:01 MarkDaoust

#191

MarkDaoust avatar Feb 01 '24 16:02 MarkDaoust

https://github.com/google/generative-ai-python/pull/193

Something's still wrong with the chunk names. Why are the tests passing full-names instead of short names?

Whatever name the user passes we should combine with the document's full name, right?

MarkDaoust avatar Feb 01 '24 21:02 MarkDaoust

https://github.com/google/generative-ai-python/pull/191

MarkDaoust avatar Feb 02 '24 17:02 MarkDaoust

https://github.com/google/generative-ai-python/pull/197

MarkDaoust avatar Feb 07 '24 20:02 MarkDaoust