-
Notifications
You must be signed in to change notification settings - Fork 1
Changes history
Antonio Cisternino edited this page Sep 24, 2023
·
1 revision
- (v4) Fixed a bug in the WeaviateClass in Get and ListObjects methods that failed to inject the class reference into returned objects.
- V(3) Added attributes VectorIndexConfig, ReplicationConfig, IndexStopwords, IndexTimestamps, IndexNullState, IndexPropertyLength, BM25Index, MultiTenancy to decorate class definition and control indexing options.
- v(3) Added attributes Tokenization, IndexFilterable, IndexSearchable to decorate class fields and control indexing options.
- Now it is possible to define fields in classes that are not mapped to Weaviate properties if annotated with JsonIgnore attribute.
Now the DateTime? type is supported. The library will convert the DateTime? to DatTime.
Added method CountObjectsByProperty to count object with a specific value in a property.
Added the CountObjects method to WeaviateClass.
Tested against version 1.21.0 of Weaviate
Added the ListObjects method to WeaviateClass. Apparently if you omit the limit parameter you get an empty list so the parameter is defaulted to 25.
WeaviateNET