infinity icon indicating copy to clipboard operation
infinity copied to clipboard

The AI-native database built for LLM applications, providing incredibly fast hybrid search of dense vector, sparse vector, tensor (multi-vector), and full-text

Results 127 infinity issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Describe the feature you'd like Besides vector search and fulltext...

feature request

### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Is your feature request related to a problem? _No response_...

feature request

### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Describe the feature you'd like Current Jieba analyzer for Chinese...

feature request

### Describe the improvement you'd like TopN in sparse, vector are mandatory and digit, which is key-value style option in tensor and text search. We need to unify the style.

refactor

### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Is your feature request related to a problem? _No response_...

feature request

### Parent Issue NA ### Detail of Subtask Don't use MmapReader since it uses too much memory. Currently FinalSpillFile write external sorted result to a file, and FinalSpillFile read it...

### Describe the improvement you'd like A lock is used when infinity access block version. This issue proposes to use atomic variable to control the block version access to improve...

feature request
refactor

### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Describe the feature you'd like Now we have several file...

refactor

### Describe your problem As we know that almost all optimizers are based on rules, just like too functions: `match` and `replace`, means that if we `match` the expression, then...

question

### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Describe the feature you'd like Now, the INSERT interface of...

feature request
good first issue