Let $H$ be a Hilbert space and $\{h_s: s \in S\}$ be a set of vectors in $H$. Assume that $\sum_{s \in S}\|h_s\| < \infty$. Can we conclude that $\sum_{s \in S} h_s$ converges in $H$ in norm?
Here, the summations are to be understood in the generalised summation sense. I.e. as the limit of the net of finite partial sums where the finite subsets are ordered via inclusion. This is important because this is not equivalent with the usual kind of convergence in the case $S= \mathbb{N}$.
Attempt:
We will show that $\{\sum_{s \in F} h_s\}$ is a Cauchynet in $H$, where $F$ ranges over all finite subsets of $S$. By completeness of $H$, we will be done.
Given finite subsets $F,G$ of $S$, we estimate using the parallellogram identity \begin{align*}&\|\sum_{s \in F} h_s- \sum_{s \in G} h_s\|^2 \\ &= 2\|\sum_{s \in F} h_s\|^2 + 2\|\sum_{s \in G} h_s\|^2 - \|\sum_{s \in F} h_s + \sum_{s \in G} h_s\|^2\\ & \le 2 (\sum_{s \in F}\|h_s\|)^2 + 2(\sum_{s \in G}\|h_s\|)^2 \end{align*}
but this doesn't become arbitrarily small.
Let $X$ be a complete normed space (no need for the inner product structure). Let $S$ be a set and $\{x_s\}_{s\in S}$ a collection of vectors in $X$ such that $\sum_{s\in S}\|x_s\|<\infty$. Then $\sum_{s\in S}x_s$ converges in $X$.
By definition, $\sum_{s\in S}\|x_s\|<\infty$ means that $\sup_{F\subset_{\text{fin}}S}\sum_{s\in F}\|x_s\|:=\sigma<\infty$. What we need to show is that the net $\bigg\{\sum_{s\in F}x_s\bigg\}_{F\subset_{\text{fin}}S}$ converges in $X$. Since $X$ is complete, it suffices to show that this net is Cauchy.
Let $\varepsilon>0$. We can find a finite set $F_0\subset S$ such that $$\sigma-\varepsilon<\sum_{s\in F_0}\|x_s\|<\sigma$$ Now let $F_1,F_2$ be finite subsets of $S$ such that $F_1\geq F_0$ and $F_2\geq F_0$ in the directed set of finite subsets, i.e. $F_0\subset F_1$ and $F_0\subset F_2$, Then (in the next equations, $k_s=0$ if $s\in F_1\setminus F_2$ and $k_s=1$ if $s\in F_2\setminus F_1$).
$$\bigg\|\sum_{s\in F_1}x_s-\sum_{s\in F_2}x_s\bigg\|=\bigg\|\sum_{s\in F_1\triangle F_2}(-1)^{k_s}x_s\bigg\|\leq\sum_{s\in F_1\triangle F_2}\|(-1)^{k_s}x_s\|$$ $$=\sum_{s\in F_1\triangle F_2}\|x_s\|=\sum_{s\in F_1\setminus F_2}\|x_s\|+\sum_{s\in F_2\setminus F_1}\|x_s\|\leq$$ $$\leq\sum_{s\in F_1\setminus F_0}\|x_s\|+\sum_{s\in F_2\setminus F_0}\|x_s\|=\bigg(\sum_{s\in F_1}\|x_s\|-\sum_{s\in F_0}\|x_s\|\bigg)+\bigg(\sum_{s\in F_2}\|x_s\|-\sum_{s\in F_0}\|x_s\|\bigg)<$$ $$<2\bigg(\sigma-\sum_{s\in F_0}\|x_s\|\bigg)<2\varepsilon.$$
As $\varepsilon$ was arbitrary, this proves the net $\{\sum_{s\in F}x_s\}_{F\subset_{\text{fin}}S}$ is Cauchy, thus convergent.