Explore tweets tagged as #QueryModel
@InstanceMaster
Instance Master
23 days
I’ve added a new feature to the BlazorToolkit and WebServiceToolkit libraries I use in my projects: typed query models for REST endpoints. Define a POCO, add [QueryModel], and let the binder do the work. Supports DateOnly, TimeOnly, enums, GUIDs, and arrays. Details:
0
0
2
@Thiagogm
Thiago Guerrera
5 years
6/ You can build an equivalent query using pyvespa QueryModel, which allows you to define matching and ranking phases in a more #ML friendly interface.
1
0
0
@InstanceMaster
Instance Master
23 days
Please check my new article: Typed Query Models for Clean REST APIs No more string soup in controllers... just use attribute [QueryModel] + safe parsing and a Blazor helper to build URLs. https://t.co/PjJAlr3cDD #dotnet #aspnetcore #Blazor #devtools
0
0
2
@tuanacelik
Tuana
9 months
You’re used to function calling and querying databases with usual questions, but this research paper takes it a step further and introduces a QueryModel which allows agentic AI systems to formulate queries for databases which can aggregate, group and more. Read on in the full
@weaviate_io
Weaviate vector database
9 months
Querying Databases with Function Calling 💪 How can we incorporate agentic strategies functionalities like function calling to improve database queries? The Weaviate team’s new research paper lead by @CShorten30 and @cdpierse alongside @ContextualAI and @MorningstarInc is out 🚀
0
3
11
@TWBMT
りん
1 year
あー。RSC 、直接 DB 叩けるってことは API 介さず QueryModel をより直接ダイレクトに扱えるってことか。なるほどねー。
0
0
0
@axon_iq
Axoniq
5 years
In this 4th part of the Axon Quick Start Guide our head developer @smcvbeelen talks about the #QueryModel! 👨‍🏫📹 He will build out the query side of an application by defining a Query Model and explain how to keep this model up to date by listening to new #Events. Check it now!
0
2
4
@CShorten30
Connor Shorten
2 years
@jxnlco Hey Jason! Here are the docs on how to set a different `passageModel` and `queryModel` - https://t.co/GaoMCHSL51. Love the query adapter idea -- adding this to the roadmap with the Jina AI finetuner in our text2vec-jinaai as well, cc @bo_wangbo @antas_marcin
1
0
5
@jrecursive
@jrecursive.bsky.social
12 years
1
0
0
@hgsgtk
Kazuki Higashiguchi
7 years
@dnskimox さんのCQRSのQueryModelのアイデア面白かった。 個人的にGoでやっている方のコードベースでアイデア取り入れてみようかな。 #phpconsen #phpconsen_c
0
0
2
@jnuank_
なかじま@OSHO
5 years
エンティティが持つプロパティをprivateにして、それに対するgetterを設けず、QueryModelに変換するようなメソッドだけ生やしてみるのを試した。 Controllerは、ユースケースを通してその変換メソッドの戻り値を貰うようにしてみる #ModelingKai
1
0
1
@xo10tl
Gemi島クアンタム
6 months
# TODO eventがログとかのためにイベントハンドラに通知するだけのものになっているが、状態変更もeventを使って行うよう修正 QueryModelに近い抽象化に変更し、Functionクラスを削除してEvaluatorを独立させる Evaluatorでargとれる必要ナシ
0
0
0
@hirodragon112
hiro@miraito
6 years
@j5ik2o event の永続化なしだと仰るとおり保証が不安、かつせっかく分離したQueryModel のスケーラビリティ(ハードではなくModelの)が損なわれてしまう問題がありますよね。 "Event Storage as a Queue” 見て勉強します!ありがとうございます。 > 結局ESの方向に向かってしまう… 結局これなんですよね笑
0
0
1
@suzushin54
Shinichiro
4 years
変換辛くない程度に適切に分割しなさいよって言われたらそれまでなのかもしれないけど、一部で特別な要件に応えるための多重階層なQueryModelとかあったりして、そのあたり綺麗に解決したかったのだけれど。
0
0
0
@nrslib
nrs
4 years
@shibatea365 Snapshot は n 回目の更新時にオブジェクトをシリアライズして保管ってやつなのでちょっと趣が違いそうですね その記事はどちらかというと CQRS の QueryModel に見えます(もちろんそれはそれで有用)
0
0
1
@_neronotte
Riccardo Gregori
15 years
Effective QueryModel found. Now fighting against DTOs
0
0
0
@djustinek
Denis Justinek
12 years
@nicholasf http://t.co/4sB3BLul5b - 3.1 and 3.2 should explain how to do it. We'll be updating the documentation with better examples soon.
0
0
0
@shi_no_oit
shino(しの)
6 years
CQRSでドメイン層を迂回するQueryModelを作っているけど、結局、Model内でVO使うのはどうなんだろう…? どっちにせよ画面表示にドメインの知識は必要だし
0
0
0
@algi_nao
アルギ
7 years
ディレクトリ構成検討中 * DDD+CQRSのQueryModelだけ使いたいけどQuery周りの配置がしっくりこない * オニオンアーキテクチャでディレクトリ分けてみたらUserInterfaceとInfrastructureにまたがってそうなフレームワークのクラスが迷子になった * クリーンアーキテクチャは外2層がよくわからん
0
0
0
@AnnoyingBugs
Annoying Bugs
8 years
TIL SQLAlchemyimplicitly removes duplicate rows from results:
0
0
0