generative-ai-python
generative-ai-python copied to clipboard
Release - V0.4.0: Cleanup and launch Semantic retriever.
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.
AQA -> This should have the same quick access properties as GenerateContentResponse > .parts and .text.
- #185
- #186
- #187
- #190
#191
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?
https://github.com/google/generative-ai-python/pull/191
https://github.com/google/generative-ai-python/pull/197