Hao Xu
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]],...
# What this PR does / why we need it: # Which issue(s) this PR fixes: # Misc
**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...
# What this PR does / why we need it: # Which issue(s) this PR fixes: # Misc
### 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...
### 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...
**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...
**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...
**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...