-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/11837520814
## Patch information
Applied patches: 1 -> 1
A…
-
The vector db api has option to use filter on query.
but in rag-chat this property if not passed.
```
async retrieve({
question,
similarityThreshold = DEFAULT_SIMILARITY_THRESHOLD,
…
-
**1. List vector Ids**
![Image](https://github.com/user-attachments/assets/bc68b3b7-56b6-4ff5-93fc-979d578846ec)
**2. Fetch Vectors**
![Image](https://github.com/user-attachments/assets/3b391424-4f9…
-
-
### Song Name
Narodnaya
### Artist Name
Vector A
### Source
Youtube
### Youtube Link
Mm3eWLApW3M
### Direct File Link
_No response_
### Song ID
598349
### Start Offset [ms]
0
### Extra
…
-
I'm not 100% sure if this is not intended behaviour, but I don't think it is correct.
Let's see the following code:
```
from Standard.Base import all
foo v =
if v.length == 0 then "empty"…
-
Thanks for adding GraphRAG to RAGbuilder.
I had some questions and suggestions, perhaps you want to chat some time.
* QQ: in graphrag.full_retriever you fetch the vector store data but don't use…
-
Allow a user to download vector data.
TBD:
- Data formats
- Download request parameters, e.g. timeframe (last hour, last day, last year), feature types
-
1. `A,C`在`CoeffByVF.m`中定义 `RP,CP`定义在python代码中, $A_k,\zeta_k,B_l,C_l,\alpha_l,\beta_l$ 这些定义在 Ref[1]的公式(18),公式(20)中
1. 注意这里的 $\zeta_k,\alpha_l,\beta_l$ 为实pole或者复数pole
1. $RP=[AS,lambdaS]=[C,-diag(A)]=…
-
public class mainclass{
public static void main(String[] args) {
int[] array = {5, 10, 15};
Vector vector_a = new Vector(array);
vector_a.im(array);
}
}
ublic class Ve…