-
### Search before asking
- [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues.
### Operating system information
Linux…
-
### Bug Description
`MilvusVectorStore` takes in `uri` parameter which when given as a local Milvus path (which works on MilvusLite), does not change its path and sticks to `./milvus_llamaindex.db` a…
-
### Issue 3: Develop Vector Store Management Pattern Similar to ORM
**Title**: Develop Vector Store Management Pattern Similar to ORM
**Description**:
Develop a management pattern similar to Object-R…
-
@achabense observed that pre-initializing internal vector in `stacktrace` to the maximum possible depth has noticeable performance impact:
https://github.com/microsoft/STL/blob/2261f7edb760eb3fe072…
-
### Problem Statement
In the current design, the primary maintains a replication buffer to record mutation commands for syncing the replicas. This replication buffer is implemented as a linked list o…
-
**The problem/use-case that the feature addresses**
Enable use of Valkey with LLM applications for semantic LLM caching, semantic conversation cache, LLM semantic routing
**Description of the fe…
-
### Describe your problem
I have run the RAGFlow and found only the chats that are typed in Chinese or English are replied correctly while both the embeddable model and the LLM are Arabic capable and…
-
## CVE-2021-44647 - Medium Severity Vulnerability
Vulnerable Library - lualua-5.4.7
Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, obj…
-
What is the best possible way to manage vector stores?
The use case is as follows - we want to use a vector store to store document sets on different problem domains and to query them independently…
-
I have a C++ code that loads a netcdf file and accesses the `units` attribute like this:
```
netCDF::NcFile _data;
// open file [...]
auto a = _data.getVar("valid_time").getAtt("units");
…