-
### Motivation
Today Druid rollup tables can be utilized to greatly improve performance by significantly reducing the overall number of rows to be scanned by pre-aggregating the data at ingest time…
-
Our current inverted index impl. for sparse vector search processes all dimensions equally, leading to inefficient intersection operations, particularly when dealing with common dimensions that have v…
-
Jira Link: [DB-14004](https://yugabyte.atlassian.net/browse/DB-14004)
### Description
```sql
CREATE USER user_3;
GRANT CREATE ON SCHEMA public TO user_3;
CREATE TABLEGROUP test_grant;
GRANT AL…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issue…
-
# 🚀 Feature Request:
### 📋 Feature Description
Implement an AI-powered chatbot on the website that can provide instant, 24/7 support to users, answer frequently asked questions, guide new users t…
-
Encounter error when running qwen2-VL in ipex-llm processing input video with big frame number, below is detail error message and code, video attached as well.
Error information
```
File "/…
-
After #4557 is done. We should continue on this one.
### 1.2 Add Microservice Embedding Endpoints and embedding model setup
- **Implement API endpoint to:**
a. Split texts into chunks
…
-
From: https://github.com/OpenHistoricalMap/issues/issues/909
To improve the performance of SELECT queries in the database, I have decided to eliminate the use of functions such as ST_Simplify, JSON…
-
After starting a query, we could still add new resources that the query engine can query over. Similar to link traversal based query processing but where the logic for extracting links is external to …
-
**Is your feature request related to a problem? Please describe.**
From the memory processing, extract the category, or topics to search relevant links for.
If can't build a query from memory proces…