Bangqi Zhu
Bangqi Zhu
Add 2 new commands for the users to fetch and delete tokens. + `antctl mc get membertoken`: to fetch a member token, and print them out or write it in...
**Reason for Change**: Add adapter names to the logs in inference API Add log checks in e2e test to check if adapter is loaded successfully **Requirements** - [ ] added...
**Reason for Change**: **Requirements** - [ ] added unit tests and e2e tests (if applicable). **Issue Fixed**: **Notes for Reviewers**:
**Reason for Change**: add WorkerNodes to RAGEngineStatus **Requirements** - [ ] added unit tests and e2e tests (if applicable). **Issue Fixed**: **Notes for Reviewers**:
**Reason for Change**: In the previous, if the column is larger than one, it will report an error: "Unable to load dataset". This is for fixing this case. **Requirements** -...
``` apiVersions: - v1alpha1 - v1beta1 ``` This is how we deal with it now, we can just use a wildcard for multi versions
**Reason for Change**: **Requirements** - [ ] added unit tests and e2e tests (if applicable). **Issue Fixed**: **Notes for Reviewers**:
KAITO RagEngine updates: - Retrieval augmented generation (RAG) in KAITO leverages [Llamaindex](https://docs.llamaindex.ai/en/stable/) for orchestration and supports [Faiss](https://github.com/facebookresearch/faiss) as the default vectorDB. - RagEngine can interface directly with a KAITO workspace...
**Is your feature request related to a problem? Please describe.** Upstream files are too different with the RP repo **Describe the solution you'd like** Change the upstream files with RP...