Aviral Verma

Results 29 comments of Aviral Verma

While studying more on this, I am realising that hinted handoff might be better for us here. The Merkle tree is complicated to build and represent in weaviate, with that...

Hey @etiennedi, I just want to confirm if this is done? I did see a related PR: https://github.com/weaviate/weaviate/pull/2781

Hey @tsmith023, I am not able to replicate this. This is my class schema: ``` { "class": "Article", "description": "A class called document", "invertedIndexConfig": { "bm25": { "b": 0.75, "k1":...

@ebyhr I can pick this up. I think we can just make the `client_info` a `MEDIUMTEXT` column, that will be in accordance with other columns also. Reference: https://github.com/trinodb/trino/blob/master/plugin/trino-mysql-event-listener/src/main/java/io/trino/plugin/eventlistener/mysql/QueryDao.java#L24

Hey everyone, I would like to tackle this one if that's okay with the team.

I was able to come up with two potential approaches for implementing this feature: ### Approach 1: Modify Individual Metric Generation Methods This approach involves modifying each metric generation method...