mat
mat
Hi @cormac-rynne , just a question about your notebook, have you thought about paying attention to your choice of search criteria? You wrote about Euclidean distance, do you think it...
@cormac-rynne OK, I see your point. Just a small note: you could probably consider documenting an `IndexFlatIP` instead of `IndexFlatL2` (cosin similarity seems to be better for this use case).
Hello @AlexanderYastrebov, thanks for your answer. In general, the usage of service endpoint makes you able to balancing between different group group of replicated services, but it should not be...
Hello @szuecs, sure. A headless service is a Kubernetes object of this type: ```yaml kind: Service ... spec:... clusterIP: None ... type: ClusterIP... ``` A default service, on the other...
Hi @szuecs, thanks a lot for the explanation you provided. It's all very clear now. I believe I now understand the source of my misunderstanding. Let me explain for the...