Jael Gu
Jael Gu
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Fail to download op: https://towhee.io/towhee/deepfake (with git-lfs installed) ``` git clone...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ### Expected Behavior - `towhee.from_df` gets full dataframe including values -...
### Background and Motivation - As per user request, allow more flexible audio decoder (customize length) - An individual audio preprocessor can support more audio models and enhance audio-related solutions...
Hi, I've created a simple katacoda scenario of "how to install Milvus 2.0 Standalone with docker-compose". Here is my github link: https://github.com/jaelgu/katacoda Can we have a Katacoda scenario for each...
# Description To support [langchain indexing](https://python.langchain.com/docs/modules/data_connection/indexing) as requested by users, vectorstore Milvus needs to support: - document addition by id (`add_documents` method with `ids` argument) - delete by id (`delete`...
Is the loss function different from the original paper? Also the method to calculate validate score? I can't find any details about them in your thesis.
As line120 in `train.py`: ``` for x in tqdm(train_data, desc='train data', ncols=80): ``` Why do you use train data here?
### What would you like to be added? Akcio offers two options to build the system: langchain or towhee. The option using Towhee has already supported Llama-2 as LLM. To...
### What would you like to be added? - Dockerfile to build docker image - Docker image to start FastAPI service - Update deployment method in docs ### Why is...
# Description Update demos for ZCP managed index & Milvus index: - ZCP managed index: update notebook to adapt recent changes in llama-index structure. - Milvus index: update notebook &...