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...