-
When I load from an index with
`model = RAGMultiModalModel.from_index(index_path=index_name)`
then I get the following message
> You are using in-memory collection. This means every image is stor…
-
This would be helpful in tests to assert expected database access patterns. For example, if unexpected reads or writes are performed. See:
- https://github.com/facebook/akd/pull/328#issuecomment-1368…
-
Hi,
I'm working in a document processing app, where we need to pass large documents (20MB). I read the document as a stream and populate it to recyclable memory stream and feed it to Aspose Word libr…
-
I am on kUbuntu 24.04, sioyek 2.0.0. I want to use `shared_database_path` to use a path in home directory, like this:
``` shared_database_path ~/WORK/sioyek```
or ``` shared_database_path $HOME/WORK…
-
All read requests such as `config` and `query read` would update the database about the node info. However, these updates would become a bottleneck for database performance.
I understand that many …
-
**Describe the bug**
Calls to Validator.validate are apparently creating global objects that gc never removes.
**Version/Branch**
3.5.5
**To Reproduce**
I have an express.js application that …
-
This is a collection of items to improve external (spilling) aggregation
### Background
> Abstract—Analytical database systems offer high-performance in-memory aggregation. If there are many uniqu…
alamb updated
3 weeks ago
-
Hi,
Is there a way to set up a lightning-fast in-memory database for testing purposes using `impyla`? I'm writing some integration tests for my project, which is leveraging `impyla`. At the moment…
-
```
void Start()
{
// 1. Create a connection to the database.
// The special ":memory:" in-memory database and
// URIs like "file:///somefile" are also supported
…
-
**Epic:** [Developper, Operator & User Experience](https://trello.com/c/HCpXVn6Y)
Candidates are :
- SQLite database (file or in memory)
- No authentication configured
- ...