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
* Make naming corpus and document also optional.
* Update logic to naming conditions
* reformat
* Update to add document_name variable
* Update to add corpus_name variable
* Updated CustomMetadata
* Updated CustomMetadata notation
* Updating time fields on chunk object
* Testing time fields on chunk
* Try making times optional params
* none otpion to time
* Updated batch create chunks, updated time format for list corpora
* Reformat
* Can accept full name or partial name in get and delete methods
* Updated functionality of update methods
* Added tests for additional changes
* Add custom metadata handling for document
* These should be ints.
* Adding in semantic retriever config as paramter, add generate_answer_async
* Sumplify semantic_retreiver_config
* Typo
* use .get for non required fields for semantic retriever
* Made changes to source parameters accepted, and updates to custom metadata
* Testing corpus name change
* fixed type for creating corpus, doc, and chunk
* testing name changes
* testing c_data
* remove print statements
* accept no name for chunk
* loop for name is none for chunk
* loop for name is none for chunk
* metadata_filters.to_proto() method
* Union for SourceNameType
* key for source variable
* key for source variable
* remove isinstance for TypedDict
* setting query
* convert string query to content
* query should not be list of content
* change semantic_retriever_config parameter name to semantic_retriever
* Testing values of kwargs in _to_proto
* check value of kwargs
* remove print statements
* Update google/generativeai/answer.py
Co-authored-by: Mark Daoust <[email protected]>
* Fixed custom metadata for chunk
* change variable name c to chunk_to_update
* Implemented _to_dict() for custom_metadata
* Implemented _to_dict() for custom_metadata
* use _to_proto instead of _to_dict
* accessing DESCRIPTOR
* handle custom metadata in update chunks
* Change to self.value for string_list_value
* Use _to_dict for updates
* Use _to_dict for updates
* Use _to_dict for updates
* Use _to_dict for updates
* Use _to_dict for updates
* Use dataclasses.asdict for custom metadata
* Use dataclasses.asdict for custom metadata
* try custom method for processing custom metadata
* try print batch update request
* try returning document itself
* Update google/generativeai/answer.py
Co-authored-by: Mark Daoust <[email protected]>
* Updated error message for answer pareameters
* match batch_update_chunks async method
* Fix tests
* Fix tests
* Fix pytype
* Fix pytype
* format
---------
Co-authored-by: Mark Daoust <[email protected]>
0 commit comments