Zoltan Fedor
Zoltan Fedor
@3coins, I have included the database connection abstraction, so it can be cached and not recreated for each session (as the `MessageStore` is session-specific, the database connection can be shared...
Thanks @3coins. Let's see what @hwchase17 says. If he prefers then I am okey with collapsing the DB class into the per-session message store and relying purely on the db...
I have prettied up my code and made a PR out of it, so it is easier to review and comment on it. See https://github.com/hwchase17/langchain/pull/1895
@KBB99, I just pushed a big refactor, see https://github.com/hwchase17/langchain/pull/1895. So if you are testing, please pull the latest version. I have tested the Redis side and that looks good, but...
I just hit the same issue - a slow starting app, that sometimes can take a really long time to start up (many minutes if it needs to scale the...
@steve-marmalade I did a bit of testing with flan-t5-xl with Apex and without (with float32) and observed a small approx ~5% inference speed improvement with Apex.
Yeap, `create_scoped_session` method has been replaced by `_make_scoped_session`, see https://github.com/pallets-eco/flask-sqlalchemy/blob/2908083d0d0c918e1adce396d351da6fa3112692/src/flask_sqlalchemy/extension.py#L336, so that would need to be updated to that.
Hi @etiennedi and @bobvanluijt , I am very happy to see that the hybrid search is progressing. I wanted to highlight one issue with the hybrid search - namely that...
Thanks @etiennedi ! I think this (filters with sparse and hybrid search) is important to have, as I see that being one of the main selling points of using Weaviate...
I get it, I just thought that the BM25 being in experimental mode since Q2 was the period during which you were expecting user feedback (which is why I raised...