Sakshi from KushoAIsoftware-deep-dives.hashnode.dev·Nov 13, 2024What are some practical use cases for the pinecone assistant?This blog is written by Jeremy Rivera at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. Understanding Pinecone Assistant Pinecone Assistant is a RAG (retrieval-augmented generation) service d...DiscussPractical use cases
Bold Reports Teamboldreports.hashnode.dev·Jul 15, 2024Harnessing the Power of LookUp and LookUpSet in Bold Reports for Superior ReportingBold Reports provides a robust platform for crafting comprehensive and dynamic reports. Among its powerful features are the Lookup and LookUpSet functions, which allow users to fetch data from multiple datasets and display it in their reports. Master...DiscussBold Reports
Harsha Ssharsha315.hashnode.dev·Jul 11, 2024Agent-AMA: An SQL Querying AI AgentIntroduction: Do you need to access information from a database but don’t know how to write SQL queries? Are you a non-technical person worried about how to get the data you need? Well fret not, Agent-AMA is for your rescue. Imagine having a smart AI...Discuss·68 readsreactprompt
Umesh Panditumeshpandit.hashnode.dev·Jun 13, 2024Leveraging Azure AI for Advanced Retrieval Augmented Generation (RAG)I had to work on a task where data retrieval and search needed enhancement, and Azure AI came to my rescue to make the job simple and effective. Azure AI’s Retrieval Augmented Generation (RAG) significantly improves the accuracy and relevance of sear...Discuss·58 readsazure AI
Joshua Oliphantjoshwastaken.hashnode.dev·Mar 29, 2024Deep Dive into GraphQLDeep Dive into GraphQL Evergreen Created: 2024-03-29 Updated: 2024-03-29 graphql api data retrieval microservices e-commerce These notes are the result of some research that I was asked to do for my job on GraphQL. What Kinds of Problems Is GraphQL G...Discussapi
Isabelle De Backerisabelle.hashnode.dev·Sep 15, 2023A journey from LLM Chains to Agents using Langchain (Part 1)Part 1 - Chains LLM Chains are used to statically link multiple LLM interactions to build complex functionality. The Langchain Python library provides a wrapper to connect LLMs and tools from different providers. The code of this blog is available he...Discuss·498 readslangchain
Ritobroto Sethrito.hashnode.dev·Sep 9, 2023Fine Tuning vs. RAG (Retrieval-Augmented Generation)There are two approaches to using large language models (LLMs) on our data: Fine-tuning RAG (Retrieval-Augmented Generation) Fine-tuning involves training an LLM on a specific task, such as question answering or summarization, using your data. RA...Discuss·2 likes·462 readsllm
Nandini Tatanandini-tata.hashnode.dev·Jul 17, 2023Parquet Files vs. CSV: The Battle of Data Storage FormatsHey there, fellow data enthusiasts! Have you ever wondered how massive amounts of data can be stored efficiently, making it easily accessible for analysis? Well, let me introduce you to the superheroes of data storage: Parquet files! Choosing the rig...Discuss·1 like·47 readsdata
Likhitha chempirical.hashnode.dev·Jun 18, 2023Speeding up Data Retrieval: How Multithreading Reduced FTP Access Time by 92%In this blog post, I will share how I significantly improved the efficiency of a code snippet that retrieves data from an FTP server. By implementing multithreading, I achieved parallel processing, resulting in a remarkable 92% reduction in the time ...Discuss·48 likes·135 readsmultithreading
SalesforceSherpasalesforcesherpa.hashnode.dev·May 23, 2023Query Five Levels of Parent-to-Child Relationships in SOQL QueriesIf you're a developer working with Salesforce, you're likely familiar with the powerful SOQL (Salesforce Object Query Language) tool. SOQL enables you to retrieve data from Salesforce's various objects, including parent and child objects. In this art...Discuss·133 readsParent-to-child relationships