Results 29 issues of Hao Xu

Got this error when run `test_ds1000.py`. any idea what could be the reason?

We can pass an optional embedding function to retrieve_online_documents to embed data first then retrieve top k documents. E.g, ``` def retrieve_online_documents( self, feature: str, embedding: func, query: Union[str, List[float]],...

kind/feature

# What this PR does / why we need it: # Which issue(s) this PR fixes: # Misc

ok-to-test

**Is your feature request related to a problem? Please describe.** Support sqlite database as batch data source for the offline store. **Describe the solution you'd like** SQLite as an offline...

kind/feature

# What this PR does / why we need it: # Which issue(s) this PR fixes: # Misc

ok-to-test

### Problem Is there a way to mount jupyvers APIs into another fastapi app? e.g, I have something like: ``` app = FastAPI() ``` And I started the server with...

enhancement

### Search before asking - [x] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description Support integration with Deltalake (https://delta.io/) like Iceberg ### Usage Scenario...

waiting for review

**Is your feature request related to a problem? Please describe.** Old compute engines such as SnowflakeComputeEngine doesn't support transform yet. **Describe the solution you'd like** A clear and concise description...

kind/feature
compute_engine
transformation

**Is your feature request related to a problem? Please describe.** Support `feature_store.transform()` API This will decouple from the materialize (where materialize can keep the old behavior). The reason for this...

kind/feature
compute_engine
transformation

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Since the DAG was...

kind/feature
compute_engine
transformation