-
**This is an overview issue on how to speed up MTEB:**
I see the following options for speeding up MTEB:
- Implementing an encode cache: As suggested in #354, as some datasets repeat it would b…
-
There is no ability to assign access to Group Mailboxes to users via user admin or the group mailbox itself.
If I am not mistaken (and one of the Devs John, Maintainer) hasn't had any luck either,…
-
How do evap and precip interact to change flow?
-
Hi Antoine,
I recently found your nice project and I think I'll use it for further web projects (with Zend Framework).
Browsing through the sources I have some suggestions for you:
1) Gaufrette\Ada…
-
Currently language detection is rudimentary and often causes incorrect interpretation of dates. See for example #567 and #575.
We need to improve how language detection works. Plugging-in an option…
-
Hi!
When using the `Eso` class to access the regular "raw" archive,
everything works as expected (see first snippet below).
However, when using the "special access" archive by setting `QUERY_IN…
-
At present all our input mappings are single key only - no `ALT-C` or anything of the sort. We need to change that!
The actual change popup for when you're modifying a mapping is pretty nice already,…
-
-
**Problem**
At the moment the way the `agent_backend` does retrieval is very primitive.
**Proposed Solution**
We need to enable more advanced retrieval strategies by taking advantage of Langchai…
-
I have a part of code like this
```go
rows, err := dbconn.Query(ctx, sql)
defer rows.Close()
for rows.Next() {
msg, err := pgx.RowToAddrOfStructByName[Sometype](rows)
if e…