Kevin Hu

Results 1512 comments of Kevin Hu

The `Tag` is not to act like filter. It's more like rank score boosts. https://github.com/infiniflow/ragflow/blob/a36a0fe71c58993d629016b3f3eab224e25be306/rag/app/tag.py#L125

For `automatic`, with the context of all the meta-data and user's question LLM will generate the filter conditions automatically. For both manual and auto, you need to define meta-data for...

We can't compute similarity of vectors generated by different embedding model.

> > We can't compute similarity of vectors generated by different embedding model. > > I am using the built-in embedding model BAAI. After upgrading to version 0.22, the embedding...

You can chat with the generated 4536 chunks.

This might be caused by embedding, this will be fixed later.

Your machine is kind of arm64, you can build it by yourself on a `linux/arm64` host: ``` docker build --build-arg ARCH=arm64 -f Dockerfile.slim -t infiniflow/ragflow:dev-slim . docker build --build-arg ARCH=arm64...