Richard Kovacsrichardkovacs.hashnode.dev·May 1, 2024Three Key Concepts to Build Future-Proof AI ApplicationsCurrent AI models won't reach AGI. Not even larger ones. GPT-5, GPT-6, Llama 4, Llama 5, Gemini Ultra Pro Max, it doesn't matter. We are currently living in the age of mixed computing. Deterministic computing is still the dominant type, as the majori...DiscussAI
Yash SaxenaforDevelop with Yashdevelopwithyash.hashnode.dev·Mar 5, 2024AI & Java : Integrating GPT with SpringBoot using SpringAI, Retrieval Augmented Generation(RAG) and PG Vector DatabaseIn today's dynamic software development landscape, staying ahead means integrating cutting-edge technologies seamlessly into our projects. Spring Boot, with its rapid application development capabilities, is a popular choice for building enterprise-l...Discuss·305 readsSpringAi
Akriti Upadhyayakritiu.hashnode.dev·Feb 28, 2024Perform Image-Driven Reverse Image Search on E-Commerce Sites with ImageBind and QdrantIntroduction In 1950, when Alan Turing introduced the term "Machine Intelligence" in his paper "Computing Machinery and Intelligence," no one had imagined that one day, in the future, it would lead to various innovations using artificial intelligence...Discussimagebind
Akshat Jainautonomics.hashnode.dev·Sep 15, 2023Understanding Knowledge Embeddings in SuperAGIThe quality of output generated by AI agents is limited by LLM constraints such as information cutoff & lack of quality data for niche tasks, which can fail to deliver context-rich, domain-specific outputs. However, by integrating knowledge embedding...Discussembedding
Hariprasad Allurulearnfromhariprasad.hashnode.dev·Sep 6, 2023Start your LLMs journey with EmbeddingToday we are gonna see simple yet important topic in Machine Learning especially in Natural Language Processing world. In my last Post I told I will talk about this so here we go.. After this post from the next time you see the word "Embedding", yo...Discuss·1 likeembedding
Diwakardiwakarkashyap.hashnode.dev·Aug 29, 2023Interfaces and Embedding in Golang (Go)1. Interfaces in Go: 1.1. What are Interfaces? In Go, an interface is a type that specifies a set of method signatures. When a concrete type provides definitions for all the methods in an interface, it is said to implement the interface. 1.2. Definin...Discuss·10 likes·33 readsGo Language
Rohinish Singhrohinish.hashnode.dev·Aug 20, 2023Generating Word Embeddings using BERTGenerating Word embeddings is one of the techniques in Natural Language Processing (NLP) where the words are converted into vectors of real numbers to feed them into models built for custom tasks as input features. Word embeddings can capture the con...Discuss·11 likes·41 readsBERT
Pradip NichiteforFutureSmart AI Blogblog.futuresmart.ai·Jun 26, 2023Using Langchain and Open Source Vector DB Chroma for Semantic Search with OpenAI's LLM1. Introduction In the world of AI-native applications, Chroma DB and Langchain have made significant strides. Chroma DB is an open-source embedding (vector) database, designed to provide efficient, scalable, and flexible ways to store and search emb...Shyam Krishnan and 3 others are discussing this4 people are discussing thisDiscuss·10 likes·34.4K readschromadb
Subhadeep ChoudhuryforFutureSmart AI Blogblog.futuresmart.ai·May 8, 2023YouTube Q&A Chatbot with OpenAI Whisper, Embeddings, ChatGPT & PineconeIntroduction In today's world, chatbots have become an essential tool for businesses to interact with their customers. With the advancements in Natural Language Processing (NLP) technology, chatbots are becoming smarter and more efficient. OpenAI, a ...Discuss·13 likes·2.4K readsopenai
Preeti samuelkamilapreetisamuel.hashnode.dev·May 5, 2023Embedding and ReferencingIn MongoDB, you can store related data either by embedding or referencing it. Embedding means you can store the subdocuments directly within the main document. This is useful when the embedded data is relatively small and not frequently accessed. Thi...Discuss·34 readsreferencing