Jack
Jack
1. You can produce messages synchronously. But it's a bad idea since it decreases throughput. 2. You can Flush all pending message then retry to produce the new one. ```golang...
Looks like this project is inactive. I've forked & fixed this issue in this repo: https://github.com/huantt/telegram-bot-api
Do anyone have any solution for this problem? In `pgvector.py`, the order has been fixed as `asc`, so if we use pgvector as retriever, it will return the `least relevant`...
> The score means the distance. The first one has the min value. It will be quite confusing when the score represents the distance instead of the `most relevant`. If...
I fixed it by extending PGVector class then overrde functions to return the score relative to the similarity. ```python class MyPGVector(PGVector): def similarity_search_with_score( self, query: str, k: int = 4,...
@chenyahui I have just updated my PR, please review it.
I have built a custom version locally, this is what I want to show in listview: 
> Hi @huantt, > > That's one of the most impressive feature requests we received. You went all the way and built it even, marvelous! We're considering a new feed...
> Hi @huantt, > > We are currently re-working our feed layout and that change should pretty much address this issue. We'll let you know once it's ready. Thanks for...
The same error when I call `answerCallbackQuery`