LUO Sheng

Results 16 issues of LUO Sheng

The default is TODO while I use LATER. How to change that? Thanks.

enhancement

Hi, I bootstrapped ix with the docker solution and tried to do build a RAG agent with huggingface embedding, which needs sentence-transformers the python lib. But it seems that sentence-transformers...

### LanceDB version v0.6.6 ### What happened? PanicException: attempt to divide by zero when creating index with: ``` tbl.create_index(metric='cosine') ``` or ``` tbl.create_index() ``` the table has ~6000 doc and...

bug

Hi, firstly big applause to this awesome project 👏 I want to switch to qwen for Chinese content processing and leave mistral for other languages. So, the idea is to...

Hi, really exciting to see 10M context window. But I don't have 32G memory. Can I limit the context window to 100k to reduce the required memory to be fit...

Hi there, I tried to map the concepts between the original paper and this project to get better understanding. Thanks.