Marco Moresi
Marco Moresi
Hi everyone, i was trying to replicate this [example](https://github.com/jerryjliu/llama_index/blob/main/examples/chatbot/Chatbot_SEC.ipynb) with my own data but it's failing to create the GPTListIndex, for the embeddings I'm using Azure ``` from gpt_index import...
Hi I'm triying to deploy in a instance in the cloud and I'm facing a problem with the frontend after doing ``` yarn yarn dev --host ``` The first time...
### Description Hello all, i'm trying to use the NCF_deep_dive notebook with my own data. With the following structure | usr_id | code_id | amt_trx | bestelldatum -- | --...
### Bug description I'm trying to run the example notebook with synthetic data [getting-started-session-based](https://github.com/NVIDIA-Merlin/Transformers4Rec/tree/main/examples) and I'm getting the following error ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[21],...
I'm trying to load a bunch of files that have the same schema (all the files are a dump from the same table in SAS). The expected result is a...
Hi, I'm facing a problem when deploying Metaflow in AKS. I'm following this tutorial https://outerbounds.com/engineering/deployment/azure-k8s/deployment/ when perfoming the step ``` terraform apply -target="module.infra" -var-file="FILE.tfvars" ``` Almost all the resources are...