kacperlukawski
- Karma
- 0
- Created
- ()
- Submissions
- 1,379,931,047
- New multimodal Gemini embeddings from Google (videos and PDFs supported) (haystack.deepset.ai)
-
I read "The Frontend Treadmill" (https://polotek.net/posts/the-frontend-treadmill/) and it makes me think a lot. I used to be a backend developer, and most of my experience is there. For frontend, last time I used…
- Elasticsearch Hybrid Search in Practice (softwaredoug.com)
- OpenAI announces GPT-4.5 Turbo (bing.com)
- Product Quantization in Vector Search (qdrant.tech)
- Qdrant 1.2 Release (qdrant.tech)
-
Confess your coding sins: what's the most cringe-worthy code you've ever left in a codebase?
- Using LLM to bring out true answers (qdrant.tech)
- Search a million vectors with just 135MB of RAM (qdrant.tech)
- Show HN: Semantic Question Answering as a Service (qdrant.tech)
Since managing the Large Language Models in production might be challenging, we've made a short demo to present how to use Cohere co.embed API and Qdrant Cloud to create a semantic QA system. This is based on bi-encoder…
-
During my studies, I was surprised that even a variable swap might be optimized to work in place by using XOR. Since then, I got surprised at least a few times more. For example when I was working a lot with SQL and…