Filippo Broggini

Results 14 comments of Filippo Broggini

Dear @andybrnr thanks for opening this issue! I'm going through the same process and I agree with you: the AWS EKS instructions need a major overhaul πŸ’ͺ I am now...

FYI, I am going the `eksctl` way!

Hi @tracek, I was able to learn a lot regarding `eksctl` over the past weeks. I was then able to follow a couple of tutorials to set up EKS on...

Hi @TomasBeuzen, did you setup EKS on Fargate? or "standard" EKS?

OK so how does the JMS know that JVB nodes exist? Does the JMS keep checking for a specific signal on specific ports?

Super, thanks πŸ™πŸ» One more question: on my AWS account, I currently have `JMS` running on a VM (EC2 instance) and one `JVB` running on another VM. To save costs,...

True dat πŸ‘πŸ» I am using a reserved Elastic IP for the `JMS` VM!

To answer your first question: yes, that is what I thought. My idea would be to rephrase the original query string which is then passed to a downstream retriever. You...

More thoughts: --- Unfortunately, adding a new method to the Vespa retriever might not do the trick. Looking at the [implementation of the Vespa retriever](https://github.com/hwchase17/langchain/blob/master/langchain/retrievers/vespa_retriever.py), the query structure needs to...

Hi @jobergum πŸ‘‹ thanks for joining the discussion. Question: with your comment "we should a find a way to override the request body further", are you specifically referring to the...